Removed the python-future package from the Dockerfile (#568)

pull/571/head
Luca Vanni 1 month ago committed by GitHub
parent 64c2a1bd64
commit 5ee09c8854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      build-container/Dockerfile

@ -1,7 +1,7 @@
FROM archlinux:base-devel FROM archlinux:base-devel
# The following is from https://github.com/archzfs/archzfs-ci/blob/master/worker/Dockerfile # The following is adapted from https://github.com/archzfs/archzfs-ci/blob/master/worker/Dockerfile
RUN pacman -Syu --noconfirm --needed python-pipx python-twisted python-future git wget systemd-sysvcompat openresolv vi RUN pacman -Syu --noconfirm --needed python-pipx python-twisted git wget systemd-sysvcompat openresolv vi
# add buildbot user and give passwordless sudo access (needed for archzfs build scripts) # add buildbot user and give passwordless sudo access (needed for archzfs build scripts)
RUN groupadd -r buildbot && \ RUN groupadd -r buildbot && \

Loading…
Cancel
Save