Skip to content

Commit

Permalink
Remove gnupg and Git installs
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Apr 12, 2020
1 parent 3a688a9 commit f9aa8d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
10 changes: 0 additions & 10 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
FROM rustembedded/cross:{{target}}

{{#if is_musl ~}}
RUN apt-get update \
&& apt-get install -y --no-install-recommends gnupg \
&& rm -rf /var/lib/apt/lists/*

{{/if~}}

COPY install_git.sh /
RUN bash /install_git.sh

COPY install_openssl.sh /
RUN bash /install_openssl.sh {{install_openssl_args}}

Expand Down
19 changes: 0 additions & 19 deletions docker/install_git.sh

This file was deleted.

0 comments on commit f9aa8d4

Please sign in to comment.