compiler-discord/docker/haskell/Dockerfile

9 lines
120 B
Text
Raw Normal View History

2019-03-12 10:09:46 +01:00
FROM alpine
LABEL author="1Computer1"
RUN apk update
RUN apk add build-base ghc
2019-03-12 10:09:46 +01:00
COPY run.sh /var/run/
WORKDIR /var/ws