moved ldconfig

This commit is contained in:
oznu
2017-09-02 00:16:52 +10:00
parent 18e6e99afa
commit e34289de08
+2 -3
View File
@@ -37,7 +37,8 @@ RUN curl -SLO "https://sourceforge.net/projects/guacamole/files/current/source/g
&& make \
&& make install \
&& cd .. \
&& rm -rf guacamole-server-${GUAC_VER}.tar.gz guacamole-server-${GUAC_VER}
&& rm -rf guacamole-server-${GUAC_VER}.tar.gz guacamole-server-${GUAC_VER} \
&& ldconfig
# Install guacamole-client and postgres auth adapter
RUN rm -rf ${CATALINA_HOME}/webapps/ROOT \
@@ -54,8 +55,6 @@ ENV GUACAMOLE_HOME=/config/guacamole
WORKDIR /config
RUN ldconfig
COPY root /
ENTRYPOINT [ "/init" ]