Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82ae8f0

Browse files
committedMar 13, 2022
Revert "Update Dockerfile install python3"
This reverts commit 4df10c7.
1 parent 4df10c7 commit 82ae8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ENV KYUUBI_WORK_DIR_ROOT ${KYUUBI_HOME}/work
5050
RUN set -ex && \
5151
sed -i 's/http:\/\/deb.\(.*\)/https:\/\/deb.\1/g' /etc/apt/sources.list && \
5252
apt-get update && \
53-
apt install -y bash tini libc6 libpam-modules krb5-user libnss3 procps python3 && \
53+
apt install -y bash tini libc6 libpam-modules krb5-user libnss3 procps && \
5454
useradd -u ${kyuubi_uid} -g root kyuubi && \
5555
mkdir -p ${KYUUBI_HOME} ${KYUUBI_LOG_DIR} ${KYUUBI_PID_DIR} ${KYUUBI_WORK_DIR_ROOT} && \
5656
chmod ug+rw -R ${KYUUBI_HOME} && \

0 commit comments

Comments
 (0)
Please sign in to comment.