Attempt greedy docker config update

This is an attempt at updating all docker configurations by simply
replacing the `python` packages with `python3`. The Travis CI will let
us know if this works.
This commit is contained in:
Max Rossmannek 2020-11-26 23:38:55 +01:00 committed by Tomas Babej
parent 2931be613b
commit b634dea7ab
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
9 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
FROM opensuse/leap:15
RUN zypper install -y python awk coreutils git gcc gcc-c++ cmake make libgnutls-devel libuuid-devel libfaketime
RUN zypper install -y python3 awk coreutils git gcc gcc-c++ cmake make libgnutls-devel libuuid-devel libfaketime
# Setup language environment
ENV LC_ALL en_US.UTF-8