File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV BIN_DIR="$HOME_DIR/.local/bin"
1212ENV PATH="$PATH:$BIN_DIR"
1313
1414RUN 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
4439RUN useradd -ms /bin/bash $USER
4540USER $USER
You can’t perform that action at this time.
0 commit comments