Skip to content

Commit

Permalink
Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Feb 13, 2024
1 parent b2a80b4 commit 38f1e09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Dockerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM registry.fedoraproject.org/fedora:39 AS base
MAINTAINER [email protected]
LABEL com.github.containers.toolbox="true"

RUN echo -e "deltarpm=0\ninstall_weak_deps=0\ntsflags=nodocs" >> /etc/dnf/dnf.conf
RUN rpm --quiet -q fedora-repos-modular && rpm -e fedora-repos-modular ||:
Expand Down Expand Up @@ -51,6 +52,8 @@ RUN dnf -y install \
pandoc \
libasan \
libubsan \
flatpak-spawn \
passwd
&& dnf clean all
RUN echo "%_dbpath $(rpm --eval '%_dbpath')" > /root/.rpmmacros

Expand Down

0 comments on commit 38f1e09

Please sign in to comment.