Skip to content

Commit

Permalink
bump dockerfile, install check-helpers at same time as random, quickc…
Browse files Browse the repository at this point in the history
…heck
  • Loading branch information
Tritlo committed Feb 12, 2024
1 parent 5ebda72 commit a07af32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ RUN chmod +x /app/propr
RUN cabal update
COPY ./check-helpers /app/check-helpers
WORKDIR /app/check-helpers
RUN cabal install --lib check-helpers
RUN cabal install --lib random QuickCheck
RUN cabal install --lib check-helpers random QuickCheck

ENV LOG_LEVEL=INFO
ENV REPAIR_TARGET=/input
Expand Down

0 comments on commit a07af32

Please sign in to comment.