You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-29 22:38:35 +02:00
fix missing go
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user