Skip to content
Snippets Groups Projects
Unverified Commit 71cb2e6a authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Fix alpine:3.6 and wget problem

parent b8bc097d
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.6
RUN apk add --no-cache bash ca-certificates git miniperl \
RUN apk add --no-cache bash ca-certificates git miniperl \
&& ln -s miniperl /usr/bin/perl
ARG GIT_LFS_VER=2.3.1
......@@ -8,7 +8,7 @@ ARG GIT_LFS_SHA256=6ea96cf57fba70c425c470c248d0f770f86d3f3ccf5bc3ef6c46fb47c8081
RUN cd /tmp && \
apk add --no-cache -t deps openssl && \
apk add --no-cache -t wget deps openssl && \
wget https://github.com/git-lfs/git-lfs/releases/download/v${GIT_LFS_VER}/git-lfs-linux-amd64-${GIT_LFS_VER}.tar.gz && \
echo "${GIT_LFS_SHA256} git-lfs-linux-amd64-${GIT_LFS_VER}.tar.gz" | sha256sum -cw && \
tar zxf git-lfs-linux-amd64-${GIT_LFS_VER}.tar.gz && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment