Fix Docker Alpine build failing due to filesystem permissions issue (#1564)

* Fix Docker Alpine build failing due to filesystem permissions issue
This commit is contained in:
abraunegg 2021-07-12 08:06:11 +10:00 committed by GitHub
parent 1fbe1d34a7
commit 4b56a6103e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# -*-Dockerfile-*-
FROM alpine
FROM alpine:3.13
RUN apk add \
alpine-sdk gnupg xz curl-dev sqlite-dev binutils-gold \
autoconf automake ldc go