Skip to content

Commit c143f3d

Browse files
committed
update Dockerfile
1 parent f0d33ac commit c143f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV BIN_DIR="$HOME_DIR/.local/bin"
1212
ENV PATH="$PATH:$BIN_DIR"
1313

1414
RUN apt-get update \
15-
&& apt-get install -y ssh gnupg software-properties-common curl gpg wget vim apache2-utils rsync\
15+
&& apt-get install -y ssh gnupg curl gpg wget vim apache2-utils rsync\
1616
&& apt-get clean autoclean \
1717
&& apt-get autoremove --yes \
1818
&& rm -rf /var/lib/{apt,dpkg,cache,log}/

0 commit comments

Comments
 (0)