Skip to content

Commit 7bb3fbc

Browse files
committed
Fixes python36u docker build error
Switches from IUS python36u to EPEL python3 due to IUS no longer providing python36u. ARXIVNG-3570
1 parent 182fd5d commit 7bb3fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ PKGS_TO_INSTALL=$(cat <<-END\n\
3232
gcc-c++ \n\
3333
git\n\
3434
mariadb-devel\n\
35-
python36u\n\
36-
python36u-devel\n\
35+
python36\n\
36+
python36-devel\n\
3737
sqlite\n\
3838
wget\n\
3939
which\n\

0 commit comments

Comments
 (0)