Skip to content

Commit

Permalink
fix: delete openjdk for latest firebase-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Dec 8, 2023
1 parent df581dc commit 0a409ee
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 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 \
)
FROM node:20
RUN npm install -g firebase-tools
COPY . /opt/workspace/

0 comments on commit 0a409ee

Please sign in to comment.