FROM ubuntu:18.04 LABEL maintainer="Swift Infrastructure " LABEL Description="Docker Container for the Swift programming language" RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \ apt-get -q install -y \ libatomic1 \ libcurl4-openssl-dev \ libxml2-dev \ libedit2 \ libsqlite3-0 \ libc6-dev \ binutils \ libgcc-5-dev \ libstdc++-5-dev \ zlib1g-dev \ libpython3.6 \ tzdata \ git \ pkg-config \ && rm -r /var/lib/apt/lists/* # Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little # pub 4096R/ED3D1561 2019-03-22 [SC] [expires: 2023-03-23] # Key fingerprint = A62A E125 BBBF BB96 A6E0 42EC 925C C1CC ED3D 1561 # uid Swift 5.x Release Signing Key