Skip to content
Snippets Groups Projects
Unverified Commit 1583690e authored by Daniel Ecer's avatar Daniel Ecer Committed by GitHub
Browse files

adde gcc, g++ and python3-dev (#26)

parent 794cac7d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ FROM openjdk:8-jre-stretch
RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends \
wget unzip libxml2 rename python3-minimal python3-venv libpython3-stdlib \
wget unzip libxml2 rename gcc g++ \
python3-minimal python3-venv libpython3-stdlib python3-dev \
&& rm -rf /var/lib/apt/lists/*
# install gcloud to make it easier to access cloud storage
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment