Skip to content

Commit

Permalink
Fix docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dradetsky committed Nov 7, 2024
1 parent d3c0a99 commit 6567e87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ RUN apk add netpbm perl perl-parse-recdescent libxslt libxml2-utils patch make r
COPY . /var/www
WORKDIR /var/www

COPY *.patch .
RUN touch null.patch && cat *.patch | patch -p1
RUN make images all gzip

Expand Down

0 comments on commit 6567e87

Please sign in to comment.