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

@see: sgerrand/alpine-pkg-glibc#176
  • Loading branch information
calebHankins committed Apr 30, 2024
1 parent 2037c10 commit 6ad0452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN deno --version

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

0 comments on commit 6ad0452

Please sign in to comment.