Skip to content

Commit

Permalink
build_docker.sh:fix python2 dependency
Browse files Browse the repository at this point in the history
Following the revert of scylladb/scylla-tools-java@b004da9 which solved scylladb/scylla-pkg#3094

updating docker dependency to match `scylla-tools-java` requirements

Closes #11522
  • Loading branch information
yaronkaikov authored and avikivity committed Sep 12, 2022
1 parent 2fe3e67 commit 27e3266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/docker/debian/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ run apt-get -y update
run apt-get -y install dialog apt-utils
run bash -ec "echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections"
run bash -ec "rm -rf /etc/rsyslog.conf"
run apt-get -y install hostname supervisor openssh-server openssh-client openjdk-11-jre-headless python2.7 python3 python3-yaml curl rsyslog locales sudo
run apt-get -y install hostname supervisor openssh-server openssh-client openjdk-11-jre-headless python2 python3 python3-yaml curl rsyslog locales sudo
run locale-gen en_US.UTF-8
run update-locale LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
run bash -ec "dpkg -i packages/*.deb"
Expand Down

0 comments on commit 27e3266

Please sign in to comment.