f26 calls the package 'python2'
This commit is contained in:
parent
e056faf982
commit
dff2dc8e3b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ ADD root /
|
|||
# safe in the future. This should *never* change, the last test is there
|
||||
# to make sure of that.
|
||||
RUN INSTALL_PKGS="rsync tar gettext bind-utils postgresql-server postgresql-contrib nss_wrapper " && \
|
||||
INSTALL_PKGS+="findutils python " && \
|
||||
INSTALL_PKGS+="findutils python2 " && \
|
||||
dnf -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \
|
||||
rpm -V $INSTALL_PKGS && \
|
||||
dnf clean all && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue