Skip to content

Commit 635ed2d

Browse files
authored
Add rsync to dockerfile (#344)
* on rebase clean commented-by- labels * Add rsync to Dockerfile
1 parent 8a6edbe commit 635ed2d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 6 deletions
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 \
15+
&& apt-get install -y ssh gnupg software-properties-common 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}/
@@ -35,11 +35,6 @@ RUN curl -sSL "https://github.com/fullstorydev/grpcurl/releases/download/v1.9.2/
3535
&& tar xvf /tmp/grpcurl_1.2.tar.gz --no-same-owner \
3636
&& mv grpcurl /usr/bin/grpcurl
3737

38-
# Install htpasswd
39-
RUN apt-get update && \
40-
apt-get install -y apache2-utils && \
41-
apt-get clean && \
42-
rm -rf /var/lib/apt/lists/*
4338

4439
RUN useradd -ms /bin/bash $USER
4540
USER $USER

0 commit comments

Comments
 (0)