From f7c7b65cae20a48fd7f58dfa8d2923ad131a0871 Mon Sep 17 00:00:00 2001 From: Damir Ibragimov Date: Wed, 13 Sep 2023 19:44:43 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]