Sync Dockerfiles

This commit is contained in:
Shane McDonald
2019-11-01 08:38:37 -04:00
parent fa61aef194
commit 69597c5654

View File

@@ -14,6 +14,7 @@ RUN dnf -y update && \
gcc \ gcc \
gcc-c++ \ gcc-c++ \
git-core \ git-core \
glibc-langpack-en \
krb5-workstation \ krb5-workstation \
libcurl-devel \ libcurl-devel \
libffi-devel \ libffi-devel \
@@ -33,6 +34,7 @@ RUN dnf -y update && \
python3-devel \ python3-devel \
python3-libselinux \ python3-libselinux \
python3-pip \ python3-pip \
python3-psycopg2 \
python3-setuptools \ python3-setuptools \
rsync \ rsync \
subversion \ subversion \