7 lines
143 B
Docker
7 lines
143 B
Docker
|
FROM alpine
|
||
|
MAINTAINER Disassembler <disassembler@dasm.cz>
|
||
|
|
||
|
RUN \
|
||
|
# Install Python2 runtime
|
||
|
apk --no-cache add libxml2 libxslt python2
|