We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec8b42 commit 803f3e7Copy full SHA for 803f3e7
1 file changed
Dockerfile
@@ -9,8 +9,7 @@ LABEL codechat.worker.contact="suporte@codechat.dev"
9
ENV DOCKER_ENV=true
10
ENV CGO_ENABLED=1
11
12
-RUN apt-get install gcc
13
-RUN apt-get install build-essential
+RUN apt-get update && apt-get install -y gcc build-essential
14
15
WORKDIR /worker
16
0 commit comments