update dockerfiles

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-14 11:52:37 -04:00
parent c174139071
commit ac5e6ecdc2
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,9 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates ca-certificates \
gmp \
libgomp
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

View File

@ -1,4 +1,4 @@
FROM golang:1.9-alpine AS runc FROM golang:alpine AS runc
ENV RUNC_VERSION 9f9c96235cc97674e935002fc3d78361b696a69e ENV RUNC_VERSION 9f9c96235cc97674e935002fc3d78361b696a69e
RUN apk add --no-cache \ RUN apk add --no-cache \
bash \ bash \