circleci: add python3 package into Docker image
[feed/packages.git] / .circleci / Dockerfile
index c488a7926fa776105adfde0be6f506569e7ee519..274edb8e43df3a61bf16ded0b443ddd5b5e18074 100644 (file)
@@ -6,6 +6,7 @@ FROM debian:9
 # v1.0.1 - Run as non-root, add unzip, xz-utils
 # v1.0.2 - Add bzr
 # v1.0.3 - Verify usign signatures
+# v1.0.4 - Add support for Python3
 
 RUN apt update && apt install -y \
 build-essential \
@@ -18,6 +19,7 @@ git \
 libncurses5-dev \
 libssl-dev \
 python \
+python3 \
 signify-openbsd \
 subversion \
 time \