We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57e27b commit f06e010Copy full SHA for f06e010
1 file changed
Dockerfile
@@ -2,7 +2,7 @@
2
# docker build github.com/aspose-barcode-cloud/aspose-barcode-cloud-python -t barcode-cloud-python:$(git describe --tags)
3
# docker run barcode-cloud-python:$(git describe --tags) publish -e "TEST_CONFIGURATION_ACCESS_TOKEN=" -e "TWINE_PASSWORD="
4
5
-FROM python:2
+FROM python:2-buster
6
7
RUN apt-get update \
8
&& apt-get install -y python3-pip \
0 commit comments