Skip to content

Commit

Permalink
Dockerfile: update
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 9, 2021
1 parent 0093d05 commit b211e93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ RUN apk add --update --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
perl perl-gd perl-image-exiftool perl-string-crc32

COPY . /pixload
RUN sed -i '/install .* $(DESTDIR)$(MANPREFIX)/d' /pixload/Makefile && \
make -C /pixload PREFIX=/usr install && rm -rf /pixload

WORKDIR /pixload
ENTRYPOINT ["/bin/sh"]

0 comments on commit b211e93

Please sign in to comment.