Update gcc to 4.8.5 and glibc to 2.17

This commit is contained in:
odidev
2020-10-20 15:40:39 +00:00
parent 96d87416f6
commit b4666459f3
2 changed files with 16 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ FROM dockcross/manylinux2014-x64
# The cross-compiling emulator
RUN \
yum update && \
yum -y update && \
yum -y install \
qemu-user \
qemu-system-arm && \