Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
base: Make microdnf ignore weak deps
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <[email protected]>
  • Loading branch information
Timo Reichl committed Jun 18, 2022
1 parent 35a63f0 commit 2f139cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ COPY . /
COPY --from=gosu-builder /go/bin/gosu-amd64 /usr/local/bin/gosu

# Configure system
RUN yum-docker quick-install \
RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf && \
yum-docker quick-install \
# basic system packages
glibc-langpack-en \
util-linux-user \
Expand Down

0 comments on commit 2f139cd

Please sign in to comment.