diff --git a/Dockerfile b/Dockerfile index 9e4315b..1ce124b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /software RUN \ apt update && \ - apt install apt apt-utils sudo git wget curl make gcc tini && \ + apt install -y apt apt-utils sudo git wget curl make gcc tini && \ apt upgrade -y && \ apt install -y golang && \ apt autoremove --purge -y && apt clean -y && \ @@ -18,4 +18,4 @@ RUN \ ENV PATH=$PATH:/usr/local/bin ENTRYPOINT ["tini", "--"] -CMD ["sleep","infinity"] \ No newline at end of file +CMD ["sleep","infinity"]