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 adf4d9b commit 584131b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN deno --version
# Install some dev and QoL tooling
RUN apk --no-cache add \
libgcc \
glibc-bin \
libc6-compat \
bash \
ca-certificates \
Expand Down

0 comments on commit 584131b

Please sign in to comment.