tomato/other/docker/cimplefmt/Dockerfile

7 lines
144 B
Docker
Raw Normal View History

FROM toxchat/haskell:hs-cimple AS cimple
FROM ubuntu:22.04
COPY --from=cimple /bin/cimplefmt /bin/
WORKDIR /work
ENTRYPOINT ["/bin/cimplefmt"]