Skip to content

Commit

Permalink
bring tests/Dockerfile in sync with .travis.yml (s3ql#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
d--j authored Jan 3, 2021
1 parent 0dc6cc2 commit 7df147f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is not a general purpose Dockerfile
# It's tailored for running tests and building documentation.

FROM ubuntu:bionic AS build
FROM ubuntu:focal AS build
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update \
Expand All @@ -11,7 +11,7 @@ RUN apt-get update \
zlib1g-dev libsqlite3-dev wget curl llvm libncurses5-dev xz-utils libxml2-dev libxmlsec1-dev liblzma-dev \
libsystemd-dev gcc psmisc pkg-config libattr1-dev libsqlite3-dev libjs-sphinxdoc texlive-latex-base \
texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended python3-pip python3-setuptools \
ninja-build udev libudev1 libudev-dev \
ninja-build udev libudev1 libudev-dev meson \
&& mkdir /build \
&& ln -sf /usr/bin/pip3 /usr/bin/pip && ln -sf /usr/bin/python3 /usr/bin/python \
&& pip install "setuptools >= 40.3.0"
Expand Down

0 comments on commit 7df147f

Please sign in to comment.