Skip to content

Commit

Permalink
#12
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed May 4, 2023
1 parent d6ab40a commit 7591fc9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ RUN apt-get -y install libfontconfig1=2.13.1-2ubuntu3
RUN apt-get -y install libfontconfig1-dev=2.13.1-2ubuntu3
RUN apt-get -y install software-properties-common

# Python
RUN apt-get -y install python3-pip

## Google Cloud CLI
RUN curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-429.0.0-linux-x86_64.tar.gz \
&& tar -xf google-cloud-cli-429.0.0-linux-x86_64.tar.gz \
&& ./google-cloud-sdk/install.sh

# CMake for C/C++ projects
RUN apt-get -y install cmake=3.16.3-1ubuntu1.20.04.1

Expand Down

0 comments on commit 7591fc9

Please sign in to comment.