We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c564cbf commit eba6feeCopy full SHA for eba6fee
Dockerfile
@@ -5,7 +5,6 @@ RUN apk add netpbm perl perl-parse-recdescent libxslt libxml2-utils patch make r
5
COPY . /var/www
6
WORKDIR /var/www
7
8
-COPY *.patch .
9
RUN touch null.patch && cat *.patch | patch -p1
10
RUN make images all gzip
11
null.patch
0 commit comments