mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-09-10 08:39:35 +00:00
moved ldconfig
This commit is contained in:
+2
-3
@@ -37,7 +37,8 @@ RUN curl -SLO "https://sourceforge.net/projects/guacamole/files/current/source/g
|
|||||||
&& make \
|
&& make \
|
||||||
&& make install \
|
&& make install \
|
||||||
&& cd .. \
|
&& 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
|
# Install guacamole-client and postgres auth adapter
|
||||||
RUN rm -rf ${CATALINA_HOME}/webapps/ROOT \
|
RUN rm -rf ${CATALINA_HOME}/webapps/ROOT \
|
||||||
@@ -54,8 +55,6 @@ ENV GUACAMOLE_HOME=/config/guacamole
|
|||||||
|
|
||||||
WORKDIR /config
|
WORKDIR /config
|
||||||
|
|
||||||
RUN ldconfig
|
|
||||||
|
|
||||||
COPY root /
|
COPY root /
|
||||||
|
|
||||||
ENTRYPOINT [ "/init" ]
|
ENTRYPOINT [ "/init" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user