Skip to content

Commit

Permalink
On Fedora rawhide, python3-setuptools is now a weak dependency of pyt…
Browse files Browse the repository at this point in the history
…hon3-devel.
  • Loading branch information
adelton committed Jul 5, 2021
1 parent efdddf8 commit c4a8caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.fedoraproject.org/fedora
RUN dnf install -y --setopt=install_weak_deps=False python3-devel python3-Cython make gcc libssh-devel openssh-server openssh-clients rpm-build
RUN dnf install -y --setopt=install_weak_deps=False python3-devel python3-setuptools python3-Cython make gcc libssh-devel openssh-server openssh-clients rpm-build
RUN grep hosts: /etc/nsswitch.conf && sed -i 's/^hosts:.*/hosts: files dns myhostname/' /etc/nsswitch.conf
RUN echo 'set enable-bracketed-paste off' >> ~root/.inputrc
RUN for i in rsa ecdsa ed25519 ; do /usr/libexec/openssh/sshd-keygen $i ; done
Expand Down

0 comments on commit c4a8caf

Please sign in to comment.