Skip to content

Commit

Permalink
Add libstdc++ installation to Dockerfile to address missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
calebHankins committed May 1, 2024
1 parent 4ecc8f0 commit 37b1842
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 @@ -17,6 +17,7 @@ RUN apk --no-cache add binutils
RUN apk --no-cache add coreutils
RUN apk --no-cache add dos2unix
RUN apk --no-cache add curl
RUN apk info | grep -e '^libstdc++$' || (apk update && apk add libstdc++)
RUN apk --no-cache add libgcc
RUN apk --no-cache add libstdc++
RUN apk --no-cache add --update nodejs
Expand Down

0 comments on commit 37b1842

Please sign in to comment.