Skip to content

Commit

Permalink
fix: update node20 and remove unused jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Dec 8, 2023
1 parent df581dc commit 87955a3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docker/dev/firebase/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
FROM node:16

RUN apt-get update -y
RUN ( \
apt-get install -y --no-install-recommends \
curl \
openjdk-11-jre-headless \
)
RUN npm install -g firebase-tools
FROM node:20
RUN npm install -g [email protected]
COPY . /opt/workspace/

0 comments on commit 87955a3

Please sign in to comment.