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 ae54cde commit 083fcf6Copy full SHA for 083fcf6
docker/simple/Dockerfile
@@ -9,6 +9,7 @@ ARG IMAGE
9
10
# Update and upgrade the existing packages
11
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
12
+ git \
13
python3 \
14
python3-pip \
15
ninja-build \
0 commit comments