Skip to content
Snippets Groups Projects
Commit 8fc9b8b8 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

apt -> apt-get

parent ee35854b
Branches
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@ ENV GIT_SYNC_ROOT='/tmp/git' GIT_SYNC_DEST='config' GIT_SYNC_EXECHOOK_COMMAND='/
USER root:root
RUN set -ex \
&& apt update -y \
&& apt install -y rsync \
&& apt clean \
&& apt-get update -y \
&& apt-get install -y rsync \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
&& chmod -Rv 0777 "${GIT_SYNC_ROOT:-/tmp/git}/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment