Upgrade EOL docker images to Ubuntu 18.04

This commit is contained in:
Mateusz Mikuła 2019-02-19 12:17:25 +01:00 committed by gnzlbg
parent c91584d241
commit 2148ed5db1
13 changed files with 13 additions and 13 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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