use real tar

This commit is contained in:
2019-10-10 17:27:08 +02:00
parent 8c7a3a7525
commit 7b87281dcd
2 changed files with 18 additions and 7 deletions

View File

@@ -1,9 +1,10 @@
FROM alpine:3.4
MAINTAINER technik@myfoodmap.de
FROM alpine:3.10
MAINTAINER matthias@bilger.info
RUN apk add --update \
py-pip \
gpgme \
tar \
sed \
xz \
&& rm -rf /var/cache/apk/*