We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apt-get install -y python3-pip
1 parent 7397d14 commit cff9ab4Copy full SHA for cff9ab4
1 file changed
Dockerfile
@@ -5,7 +5,7 @@
5
FROM python:3
6
7
RUN apt-get update \
8
- && apt-get install -y python-pip \
+ && apt-get install -y python3-pip \
9
&& rm -rf /var/lib/apt/lists/*
10
11
WORKDIR /aspose-barcode-cloud-python
0 commit comments