Select Git revision
Dockerfile 263 B
FROM hackinglab/alpine-base:3.2.0
LABEL maintainer=<ivan.buetler@hacking-lab.com>
COPY root /
RUN apk update && apk add --no-cache socat unit sudo curl python3
RUN apk add py3-pip
RUN pip install inputimeout
RUN chmod +x /entry.sh /app/server.py
EXPOSE 80 1345