Skip to content

Commit a07af32

Browse files
committed
bump dockerfile, install check-helpers at same time as random, quickcheck
1 parent 5ebda72 commit a07af32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ RUN chmod +x /app/propr
4747
RUN cabal update
4848
COPY ./check-helpers /app/check-helpers
4949
WORKDIR /app/check-helpers
50-
RUN cabal install --lib check-helpers
51-
RUN cabal install --lib random QuickCheck
50+
RUN cabal install --lib check-helpers random QuickCheck
5251

5352
ENV LOG_LEVEL=INFO
5453
ENV REPAIR_TARGET=/input

0 commit comments

Comments
 (0)