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 c0fd99a commit d4e2641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN deno --version

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

0 comments on commit d4e2641

Please sign in to comment.