1
0
mirror of https://github.com/rancher/os.git synced 2025-09-15 22:49:08 +00:00

use ubuntu:14.04.2

pin version
This commit is contained in:
Ivan Mikushin
2015-03-03 18:57:41 +05:00
parent 1889f4fca9
commit 4b9504189f

View File

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