Skip to content

Commit

Permalink
Debugging build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
calebHankins committed May 1, 2024
1 parent a8a4ae3 commit 49d50b5
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 @@ -20,6 +20,7 @@ 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 musl
RUN apk --no-cache add --update nodejs
RUN apk --no-cache add --update npm
RUN echo "hello, world!"
Expand Down

0 comments on commit 49d50b5

Please sign in to comment.