Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinguy authored Aug 24, 2024
1 parent a66fba9 commit d56c2fe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ RUN apt-get update && \
unzip \
jq \
gcc \
build-essential && \
apt-get clean && \
git && \
build-essential \
apt-get clean \
rm -rf /var/lib/apt/lists/*

# Detect architecture and set GO_ARCH accordingly
Expand Down

0 comments on commit d56c2fe

Please sign in to comment.