1
0
mirror of https://github.com/rancher/os.git synced 2025-06-25 22:41:36 +00:00

ubuntu-console: use latest Ubuntu 14.04 image

see https://registry.hub.docker.com/_/ubuntu/
This commit is contained in:
Ivan Mikushin 2015-03-03 16:55:13 +05:00
parent b91b9db3ea
commit 1889f4fca9

View File

@ -1,4 +1,4 @@
FROM ubuntu:14.04.1 FROM ubuntu:14.04
RUN apt-get update && \ RUN apt-get update && \
apt-get upgrade --no-install-recommends -y && \ apt-get upgrade --no-install-recommends -y && \
apt-get install -y --no-install-recommends openssh-server apt-get install -y --no-install-recommends openssh-server