From 1cc7132814028af8fefd4d7d44e3cd53b9c98316 Mon Sep 17 00:00:00 2001 From: zrml Date: Wed, 6 Apr 2016 16:04:07 +0200 Subject: [PATCH] fixed typo in Dockerfile 'localtime' --- "dockerfile/Cach\303\251+SSH/Dockerfile" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/dockerfile/Cach\303\251+SSH/Dockerfile" "b/dockerfile/Cach\303\251+SSH/Dockerfile" index 94f036e..0ed4d55 100644 --- "a/dockerfile/Cach\303\251+SSH/Dockerfile" +++ "b/dockerfile/Cach\303\251+SSH/Dockerfile" @@ -34,7 +34,7 @@ WORKDIR ${TMP_INSTALL_DIR} ADD cache-2015.1.0.429.0-lnxrhx64.tar.gz . # update OS + dependencies & run Caché silent install___________________________________ -RUN yum -y update && yum -y install tar hostname net-tools && ln -sf /etc/locatime /usr/share/zoneinfo/Europe/Rome &&./cinstall_silent +RUN yum -y update && yum -y install tar hostname net-tools && ln -sf /etc/localtime /usr/share/zoneinfo/Europe/Rome &&./cinstall_silent COPY cache.key $ISC_PACKAGE_INSTALLDIR/mgr/ RUN ccontrol stop $ISC_PACKAGE_INSTANCENAME quietly