Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add docker file #3229

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

add docker file #3229

wants to merge 3 commits into from

Conversation

ronknight
Copy link

No description provided.

@AppInventorWorkerBee
Copy link
Collaborator

Can one of the admins verify this patch?


# Install Java 8, curl, and Python (required for Google Cloud SDK)
RUN apt-get update && \
apt-get install -y openjdk-8-jdk curl python3 python3-pip && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Starting in October we will no longer be deploying with Java 8. This should be changed to Java 11.

@@ -0,0 +1,25 @@
# Use a base image with Ubuntu
FROM mcr.microsoft.com/vscode/devcontainers/base:ubuntu
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to use this container versus the official Ubuntu image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants