We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15c85d commit ad9981fCopy full SHA for ad9981f
ci/docker/mips-unknown-linux-gnu/Dockerfile
@@ -1,4 +1,5 @@
1
-FROM ubuntu:19.10
+# FIXME: Ubuntu 19.10 is missing gcc-mips-linux-gnu.
2
+FROM ubuntu:19.04
3
4
RUN apt-get update && apt-get install -y --no-install-recommends \
5
gcc libc6-dev qemu-user ca-certificates \
0 commit comments