mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
fix missing go
This commit is contained in:
parent
05f4b9c491
commit
b3289729fc
@ -5,7 +5,8 @@
|
||||
FROM alpine:edge
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
RUN echo 'http://dl-4.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \
|
||||
RUN echo 'http://dl-4.alpinelinux.org/alpine/v3.2/main' >> /etc/apk/repositories \
|
||||
&& echo 'http://dl-4.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \
|
||||
&& apk add -U build-base \
|
||||
git \
|
||||
gmp-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user