Skip to content

Commit

Permalink
Upgrade Docker image to Ubuntu 20.04 (focal)
Browse files Browse the repository at this point in the history
  • Loading branch information
camlyall authored Jul 5, 2023
1 parent 3fe8144 commit 90f0297
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SYSTEM_IMAGE=ubuntu:18.04
ARG SYSTEM_IMAGE=ubuntu:20.04

#
# Base
Expand Down Expand Up @@ -33,10 +33,10 @@ ENV LC_ALL en_US.UTF-8
# OS dependencies
RUN set -ex \
&& curl -s https://packages.archivematica.org/GPG-KEY-archivematica | apt-key add - \
&& add-apt-repository --no-update --yes "deb [arch=amd64] http://packages.archivematica.org/1.13.x/ubuntu-externals bionic main" \
&& add-apt-repository --no-update --yes "deb http://archive.ubuntu.com/ubuntu/ bionic multiverse" \
&& add-apt-repository --no-update --yes "deb http://archive.ubuntu.com/ubuntu/ bionic-security universe" \
&& add-apt-repository --no-update --yes "deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse" \
&& add-apt-repository --no-update --yes "deb [arch=amd64] http://packages.archivematica.org/1.14.x/ubuntu-externals focal main" \
&& add-apt-repository --no-update --yes "deb http://archive.ubuntu.com/ubuntu/ focal multiverse" \
&& add-apt-repository --no-update --yes "deb http://archive.ubuntu.com/ubuntu/ focal-security universe" \
&& add-apt-repository --no-update --yes "deb http://archive.ubuntu.com/ubuntu/ focal-updates multiverse" \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
atool \
Expand Down

0 comments on commit 90f0297

Please sign in to comment.