Skip to content

Commit cff9ab4

Browse files
authored
Fix apt-get install -y python3-pip (#60)
1 parent 7397d14 commit cff9ab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM python:3
66

77
RUN apt-get update \
8-
&& apt-get install -y python-pip \
8+
&& apt-get install -y python3-pip \
99
&& rm -rf /var/lib/apt/lists/*
1010

1111
WORKDIR /aspose-barcode-cloud-python

0 commit comments

Comments
 (0)