mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
use latest frolvlad/alpine-glibc
This commit is contained in:
parent
3078cb96a9
commit
069c641d7c
|
@ -1,4 +1,4 @@
|
||||||
FROM frolvlad/alpine-glibc:alpine-3.5
|
FROM frolvlad/alpine-glibc
|
||||||
|
|
||||||
# Tried to use curl only (curl -o /tmp/linux_amd64.tar.gz ...), however it turned out that the following tar command failed with "gzip: stdin: not in gzip format"
|
# Tried to use curl only (curl -o /tmp/linux_amd64.tar.gz ...), however it turned out that the following tar command failed with "gzip: stdin: not in gzip format"
|
||||||
RUN apk add --no-cache --virtual build-dependencies --update wget curl ca-certificates && \
|
RUN apk add --no-cache --virtual build-dependencies --update wget curl ca-certificates && \
|
||||||
|
|
Loading…
Reference in a new issue