We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456dcdd commit 137cac5Copy full SHA for 137cac5
Dockerfile
@@ -12,7 +12,7 @@ ENV BIN_DIR="$HOME_DIR/.local/bin"
12
ENV PATH="$PATH:$BIN_DIR"
13
14
RUN apt-get update \
15
- && apt-get install -y ssh gnupg software-properties-common curl gpg wget vim \
+ && apt-get install -y ssh gnupg curl gpg wget vim \
16
&& apt-get clean autoclean \
17
&& apt-get autoremove --yes \
18
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
0 commit comments