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 d56c2fe commit 8eee500
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/docker/worker-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ RUN apt-get update && \
unzip \
jq \
gcc \
build-essential \
apt-get clean \
rm -rf /var/lib/apt/lists/*
build-essential

# Detect architecture and set GO_ARCH accordingly
RUN ARCH=$(dpkg --print-architecture) && \
Expand Down

0 comments on commit 8eee500

Please sign in to comment.