We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6ed9f commit d974188Copy full SHA for d974188
.devcontainer/Dockerfile
@@ -4,6 +4,8 @@
4
ARG VARIANT="20-bullseye"
5
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
6
7
-RUN apt-get update && apt-get install -y openjdk-11-jdk \
+# Note: `openjdk-11-jdk` required for Firebase Emulators suite
8
+RUN apt-get update && apt-get install -y \
9
+ && openjdk-11-jdk \
10
&& apt-get clean \
11
&& rm -rf /var/lib/apt/lists/*
0 commit comments