Skip to content

Commit

Permalink
fixed typo in Dockerfile 'localtime'
Browse files Browse the repository at this point in the history
  • Loading branch information
zrml committed Apr 6, 2016
1 parent 8fcba47 commit 1cc7132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile/Caché+SSH/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1cc7132

Please sign in to comment.