Skip to content
Snippets Groups Projects
Commit 126dc0cd authored by Gleb Pomykalov's avatar Gleb Pomykalov
Browse files

Upgrade ubuntu to 20.04 on mips to have UDP_GRO constant

parent 1b4ef504
No related branches found
No related tags found
No related merge requests found
# FIXME: Ubuntu 19.10 is missing gcc-mips-linux-gnu. FROM ubuntu:20.04
FROM ubuntu:19.04
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates \ gcc libc6-dev qemu-user ca-certificates \
......
FROM ubuntu:19.10 FROM ubuntu:20.04
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates \ gcc libc6-dev qemu-user ca-certificates \
......
# FIXME: Ubuntu 19.10 is missing gcc-mips-linux-gnu. FROM ubuntu:20.04
FROM ubuntu:19.04
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc libc6-dev qemu-user ca-certificates \ gcc libc6-dev qemu-user ca-certificates \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment