Skip to content

Commit

Permalink
ghostscript with python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Aug 22, 2018
1 parent 36d57c2 commit 0d602b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions base/ghostscript/9.21-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM vulhub/ghostscript:9.21

LABEL maintainer="phith0n <[email protected]>"

ADD https://bootstrap.pypa.io/get-pip.py /get-pip.py

RUN apt-get update \
&& apt-get install --no-install-recommends python3 \
&& python3 /get-pip.py \
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 100 \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 0d602b4

Please sign in to comment.