Merge pull request rust-lang/libm#305 from tgross35/update-docker

Update Ubuntu images to 24.04
This commit is contained in:
Trevor Gross 2024-10-06 01:12:40 -04:00 committed by GitHub
commit eba725918d
13 changed files with 21 additions and 13 deletions

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc-multilib libc6-dev ca-certificates

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates