Skip to content

Commit

Permalink
Add gcc installation to Dockerfile to attempt to address libgcc_s.so.…
Browse files Browse the repository at this point in the history
…1 related build issues
  • Loading branch information
calebHankins committed Apr 30, 2024
1 parent 3d5503d commit 535e772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM $BASE_IMAGE AS base-env
RUN deno --version

# Install some dev and QoL tooling
RUN apk add --no-cache --reinstall gcc
RUN apk --no-cache add \
bash \
ca-certificates \
Expand Down

0 comments on commit 535e772

Please sign in to comment.