Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jul 3, 2024
1 parent 9a090f4 commit 426b893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN go mod download
COPY . .

# runtime/cgo requires installing gcc-multilib
apt-get update && apt-get install -y gcc-multilib
RUN apt-get update && apt-get install -y gcc-multilib

# Ensure pre-existing builds are not available for inclusion in the final image
RUN [ -d ./build ] && rm -rf ./build/* || true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN go mod download
COPY . .

# runtime/cgo requires installing gcc-multilib
apt-get update && apt-get install -y gcc-multilib
RUN apt-get update && apt-get install -y gcc-multilib

# Ensure pre-existing builds are not available for inclusion in the final image
RUN [ -d ./build ] && rm -rf ./build/* || true

0 comments on commit 426b893

Please sign in to comment.