1
0
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:
kev 2015-10-27 11:07:28 +08:00
parent 05f4b9c491
commit b3289729fc

View File

@ -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 \