Spotter-VM/basic-runtimes/python3/Dockerfile

12 lines
229 B
Docker
Raw Normal View History

2018-05-07 14:21:09 +02:00
FROM alpine
MAINTAINER Disassembler <disassembler@dasm.cz>
RUN \
# Install XML libs
apk --no-cache add libxml2 libxslt
RUN \
# Install Python3 runtime
apk --no-cache add python3 \
&& ln -s /usr/bin/python3 /usr/bin/python