Skip to content

Commit

Permalink
Debugging build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
calebHankins committed Apr 30, 2024
1 parent 82b898f commit 53bfae4
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 @@ -18,6 +18,7 @@ RUN apk --no-cache add coreutils
RUN apk --no-cache add dos2unix
RUN apk --no-cache add curl
RUN apk --no-cache add libgcc
RUN apk --no-cache add libstdc++
RUN apk --no-cache add --update nodejs
RUN apk --no-cache add --update npm
RUN echo "hello, world!"
Expand Down

0 comments on commit 53bfae4

Please sign in to comment.