Skip to content

Commit

Permalink
chore: added openjdk11 dep for firebase emu tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tran-christian committed Aug 3, 2023
1 parent 19c3a76 commit 266da3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
# Use the bullseye (Debian) image for compatibility with ARM/Apple Silicon.
ARG VARIANT="16-bullseye"
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}

RUN apt-get -y update

Check notice on line 7 in .devcontainer/Dockerfile

View check run for this annotation

codefactor.io / CodeFactor

.devcontainer/Dockerfile#L7

Delete the apt-get lists after installing something (DL3009)
RUN apt-get -y install openjdk-11-jdk
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"ms-azuretools.vscode-docker",
"mhutchie.git-graph"
"mhutchie.git-graph",
],

"forwardPorts": [
Expand Down
1 change: 1 addition & 0 deletions .devcontainer/scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ sudo yarn build

# Install Firebase CLI
sudo npm install -g firebase-tools

0 comments on commit 266da3f

Please sign in to comment.