Skip to content

Commit

Permalink
Revert openSUSE distrobox changes (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarside authored Nov 11, 2023
1 parent 7ac2dc2 commit 3772e02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distrobox/containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ RUN zypper --non-interactive install --no-recommends \
terraform \
&& zypper clean

# Revert configuration changes in base image
RUN sed -i 's/.*solver.onlyRequires.*/solver.onlyRequires = true/g' /etc/zypp/zypp.conf \
&& sed -i 's/.*rpm.install.excludedocs.*/rpm.install.excludedocs = yes/g' /etc/zypp/zypp.conf

# Install Azure Artifacts credential provider
RUN mkdir /opt/nuget \
&& wget -O- \
Expand Down

0 comments on commit 3772e02

Please sign in to comment.