This repository has been archived on 2021-11-27. You can view files and clone it, but cannot push or open issues or pull requests.
fprog2021WS/Dockerfile
2021-10-15 19:30:29 +02:00

8 lines
107 B
Docker

FROM haskell:buster
RUN apt-get update && apt-get install -y haskell-platform
WORKDIR /opt
CMD ["ghci"]