Selaa lähdekoodia

HUE-9201 [Hue] Add which command in Hue Docker (#1075)

Prakash Ranade 5 vuotta sitten
vanhempi
commit
b29e66324c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      tools/container/base/hue/Dockerfile

+ 1 - 0
tools/container/base/hue/Dockerfile

@@ -50,6 +50,7 @@ RUN set -eux; \
         readline-devel \
         sqlite-devel \
         sudo \
+        which \
         xmlsec1 \
         zlib-devel