mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-13 08:12:39 +01:00
@@ -2,7 +2,8 @@ FROM ruby:alpine
|
|||||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
ca-certificates
|
ca-certificates \
|
||||||
|
git
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|||||||
Reference in New Issue
Block a user