Skip to content
Snippets Groups Projects
Commit fbfb69b3 authored by Alex Crichton's avatar Alex Crichton
Browse files

Tweak x86 gnu images

Apparently the 17.10 image broke?
parent 9dccabd5
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:17.10
FROM ubuntu:17.04
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
gcc-multilib libc6-dev ca-certificates
......
FROM ubuntu:17.10
FROM ubuntu:17.04
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
gcc libc6-dev 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