Skip to content

Commit

Permalink
Merge pull request #409 from jattiman/ja/bugfix/codespace-container-fix
Browse files Browse the repository at this point in the history
Update Codespaces container build steps
  • Loading branch information
VeckoTheGecko authored Sep 28, 2024
2 parents 0589ac9 + bc314a0 commit b36f6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-bullseye

RUN apt-get update && apt-get upgrade
RUN apt-get update && apt-get upgrade -y
RUN apt-get install python3-pip -y

0 comments on commit b36f6e9

Please sign in to comment.