Skip to content

Commit d8d0b34

Browse files
committed
TEST: compile without freeze file
stack=alpine
1 parent 30e4cae commit d8d0b34

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

alpine/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,11 @@ ARG pandoc_commit=main
3434
RUN git clone --branch=$pandoc_commit --depth=1 --quiet \
3535
https://github.com/jgm/pandoc /usr/src/pandoc
3636

37-
COPY ./alpine/freeze/pandoc-$pandoc_commit.project.freeze \
38-
/usr/src/pandoc/cabal.project.freeze
39-
4037
# Install Haskell dependencies
4138
WORKDIR /usr/src/pandoc
4239
# Add pandoc-crossref to project
4340
ARG without_crossref=
44-
RUN test -n "$without_crossref" || \
45-
printf "extra-packages: pandoc-crossref\n" > cabal.project.local;
41+
RUN printf "extra-packages: pandoc-crossref\n" > cabal.project.local;
4642

4743
# Additional projects to compile alongside pandoc
4844
ARG extra_packages="pandoc-cli pandoc-crossref"

0 commit comments

Comments
 (0)