1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

Updated 1.9 to use Jessie

This commit is contained in:
Grant Means 2014-12-14 18:32:33 -05:00
parent 4174a3ef94
commit d5756576ef

View file

@ -1,4 +1,4 @@
FROM buildpack-deps:wheezy
FROM buildpack-deps:jessie
RUN apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*