Skip to content

Commit d04a77b

Browse files
author
Matthew Fisher
committed
chore(Dockerfile): update deis/base to v0.3.6
1 parent 1514168 commit d04a77b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/deis/base:v0.3.5
1+
FROM quay.io/deis/base:v0.3.6
22

33
ENV LANG=en_US.utf8 \
44
PG_MAJOR=9.4 \
@@ -49,7 +49,7 @@ RUN buildDeps='gcc git libffi-dev libssl-dev python3-dev python3-pip python3-whe
4949
apt-get clean -y && \
5050
# package up license files if any by appending to existing tar
5151
COPYRIGHT_TAR='/usr/share/copyrights.tar' && \
52-
gunzip $COPYRIGHT_TAR.gz && \
52+
gunzip -f $COPYRIGHT_TAR.gz && \
5353
tar -rf $COPYRIGHT_TAR /usr/share/doc/*/copyright && \
5454
gzip $COPYRIGHT_TAR && \
5555
rm -rf \

0 commit comments

Comments
 (0)