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 1a971c6 commit 4293894
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ FROM $BASE_IMAGE AS base-env
RUN deno --version

# Install some dev and QoL tooling
RUN apk upgrade
RUN apk --no-cache add \
gcompat
RUN apk --no-cache add bash
Expand All @@ -18,6 +19,8 @@ RUN apk --no-cache add dos2unix
RUN apk --no-cache add curl
RUN apk --no-cache add nodejs
RUN apk --no-cache add npm
RUN node --version
RUN npm --version
# RUN npm install -g npm
RUN npm install -g release-it

Expand Down

0 comments on commit 4293894

Please sign in to comment.