mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-09 09:23:43 +00:00
fixed formatting of Dockerfile
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ RUN rm -rf ${CATALINA_HOME}/webapps/ROOT \
|
||||
&& rm -rf guacamole-auth-jdbc-${GUAC_VER} guacamole-auth-jdbc-${GUAC_VER}.tar.gz
|
||||
|
||||
# Add optional extensions
|
||||
RUN mkdir ${GUACAMOLE_HOME}/extensions-available \
|
||||
&& for i in auth-ldap auth-duo auth-header auth-noauth auth-cas; do \
|
||||
RUN mkdir ${GUACAMOLE_HOME}/extensions-available \
|
||||
&& for i in auth-ldap auth-duo auth-header auth-noauth auth-cas; do \
|
||||
echo "https://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-${i}-${GUAC_VER}.tar.gz" \
|
||||
&& curl -SLO "https://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-${i}-${GUAC_VER}.tar.gz" \
|
||||
&& tar -xzf guacamole-${i}-${GUAC_VER}.tar.gz \
|
||||
|
||||
Reference in New Issue
Block a user