We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df10c7 commit 82ae8f0Copy full SHA for 82ae8f0
docker/Dockerfile
@@ -50,7 +50,7 @@ ENV KYUUBI_WORK_DIR_ROOT ${KYUUBI_HOME}/work
50
RUN set -ex && \
51
sed -i 's/http:\/\/deb.\(.*\)/https:\/\/deb.\1/g' /etc/apt/sources.list && \
52
apt-get update && \
53
- apt install -y bash tini libc6 libpam-modules krb5-user libnss3 procps python3 && \
+ apt install -y bash tini libc6 libpam-modules krb5-user libnss3 procps && \
54
useradd -u ${kyuubi_uid} -g root kyuubi && \
55
mkdir -p ${KYUUBI_HOME} ${KYUUBI_LOG_DIR} ${KYUUBI_PID_DIR} ${KYUUBI_WORK_DIR_ROOT} && \
56
chmod ug+rw -R ${KYUUBI_HOME} && \
0 commit comments