Skip to content
Snippets Groups Projects
Commit d9f264ba authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Update Ubuntu images to 19.10

parent 0a510429
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && \
apt-get install -y --no-install-recommends \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update && \
apt-get install -y --no-install-recommends \
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates linux-headers-generic
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
gcc-multilib libc6-dev ca-certificates
......
FROM ubuntu:19.04
FROM ubuntu:19.10
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
......
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