Skip to content

Commit 6567e87

Browse files
committed
Fix docker build.
1 parent d3c0a99 commit 6567e87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ RUN apk add netpbm perl perl-parse-recdescent libxslt libxml2-utils patch make r
55
COPY . /var/www
66
WORKDIR /var/www
77

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

0 commit comments

Comments
 (0)