diff --git a/.github/docker/Dockerfile b/.github/docker/Dockerfile index a511fbe..c6f6625 100644 --- a/.github/docker/Dockerfile +++ b/.github/docker/Dockerfile @@ -1,10 +1,8 @@ -# hadolint ignore=DL3007 -FROM toxchat/haskell:latest AS build +FROM toxchat/toktok-stack:haskell AS build RUN ["rm", "-rf", "/work/hs-github-tools"] COPY --chown=builder:users . /work/hs-github-tools RUN ["stack", "install", "github-tools"] FROM scratch - COPY --from=build /home/builder/.local/ /