mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix build failures
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
7004e95473
commit
7f631b2506
|
@ -1,4 +1,4 @@
|
||||||
FROM ruby:alpine
|
FROM ruby:2.3-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# -v ${HOME}/.gitsomeconfigurl:/home/anon/.gitsomeconfigurl \
|
# -v ${HOME}/.gitsomeconfigurl:/home/anon/.gitsomeconfigurl \
|
||||||
# r.j3ss.co/gitsome
|
# r.j3ss.co/gitsome
|
||||||
#
|
#
|
||||||
FROM python:3-alpine
|
FROM python:3.5-alpine
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
bash
|
bash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user