mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-15 04:13:47 +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 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" ]
|
||||
|
||||
Reference in New Issue
Block a user