Upgrade ubuntu to 20.04 on mips to have UDP_GRO constant

This commit is contained in:
Gleb Pomykalov 2020-04-07 11:19:59 +03:00
parent 1b4ef504fd
commit 126dc0cdb1
3 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,4 @@
# FIXME: Ubuntu 19.10 is missing gcc-mips-linux-gnu.
FROM ubuntu:19.04
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates \

View File

@ -1,4 +1,4 @@
FROM ubuntu:19.10
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates \

View File

@ -1,5 +1,4 @@
# FIXME: Ubuntu 19.10 is missing gcc-mips-linux-gnu.
FROM ubuntu:19.04
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates \