mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
update dockerfiles
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
c174139071
commit
ac5e6ecdc2
|
@ -2,7 +2,9 @@ FROM alpine:latest
|
|||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apk add --no-cache \
|
||||
ca-certificates
|
||||
ca-certificates \
|
||||
gmp \
|
||||
libgomp
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.9-alpine AS runc
|
||||
FROM golang:alpine AS runc
|
||||
ENV RUNC_VERSION 9f9c96235cc97674e935002fc3d78361b696a69e
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
|
|
Loading…
Reference in New Issue
Block a user