Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreySenov authored Nov 10, 2024
1 parent a8685b7 commit 1791d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.node20
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EXPOSE 9005
EXPOSE 9099
EXPOSE 9199
SHELL ["/bin/bash", "-c"]
RUN apt-get update && apt-get install -y autoconf g++ libtool make openjdk-21-jre-headless python3 && \
RUN apt-get update && apt-get install -y autoconf g++ libtool make openjdk-17-jre-headless python3 && \
npm install -g firebase-tools@${VERSION} typescript && \
npm cache clean --force && \
firebase setup:emulators:database && \
Expand Down

0 comments on commit 1791d91

Please sign in to comment.