Spotter-VM/basic/Dockerfile

7 lines
126 B
Docker
Raw Normal View History

2018-07-09 15:14:44 +02:00
FROM alpine:3.8
LABEL maintainer="Disassembler <disassembler@dasm.cz>"
2018-05-07 14:21:09 +02:00
RUN \
# Install S6 supervisor
apk --no-cache add s6