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.
2 parents 89ffdd0 + 7a9040d commit bf63960Copy full SHA for bf63960
Dockerfile
@@ -7,7 +7,7 @@ ARG TARGETARCH
7
8
# upgrade and setup python
9
RUN apt-get update \
10
- && apt-get -y install gcc python-pip python3-pip python-dev curl \
+ && apt-get -y install gcc python3-pip python-dev curl \
11
&& pip install --upgrade pip \
12
&& pip install jinja2 pyYaml
13
0 commit comments