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 bd94852 commit f8ac6a6Copy full SHA for f8ac6a6
.devcontainer/Dockerfile
@@ -7,9 +7,9 @@ ENV SHELL=/bin/bash
7
ENV PATH="/opt/google/chrome:${PATH}"
8
9
RUN \
10
- # Install Firefox ESR
+ # Install Java
11
apt-get -y update && \
12
- apt-get -y install default-jre firefox-esr && \
+ apt-get -y install default-jre && \
13
# Install Chrome
14
cd /tmp && \
15
curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_$(dpkg --print-architecture).deb && \
0 commit comments