Skip to content

Commit 803f3e7

Browse files
committed
Dockerfile
1 parent fec8b42 commit 803f3e7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ LABEL codechat.worker.contact="suporte@codechat.dev"
99
ENV DOCKER_ENV=true
1010
ENV CGO_ENABLED=1
1111

12-
RUN apt-get install gcc
13-
RUN apt-get install build-essential
12+
RUN apt-get update && apt-get install -y gcc build-essential
1413

1514
WORKDIR /worker
1615

0 commit comments

Comments
 (0)