Browse Source

Hue [core] Hue needs to run under UBI8 docker. version 2

(cherry picked from commit 6400344e30e2983e343f5568236ec96dd2ec2bea)
Prakash Ranade 2 years ago
parent
commit
4b987a200c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/container/hue/Dockerfile

+ 1 - 1
tools/container/hue/Dockerfile

@@ -46,7 +46,7 @@ RUN echo "${HUEUSER} ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/${HUEUSER} && \
 COPY --chown=${HUEUSER}:${HUEUSER} hueconf ${HUE_CONF}/conf
 
 RUN ln -s ${HUE_CONF}/conf/log.conf ${HUE_HOME}/desktop/conf/log.conf; \
-    ln -s ${HUE_CONF}/conf/gunicorn_log.conf ${HUE_HOME}/desktop/conf/gunicorn_log.conf \
+    ln -s ${HUE_CONF}/conf/gunicorn_log.conf ${HUE_HOME}/desktop/conf/gunicorn_log.conf; \
     ln -s ${HUE_CONF}/conf/log4j.properties ${HUE_HOME}/desktop/conf/log4j.properties
 
 # supervisor stuff