Skip to content

Commit

Permalink
Add little fix for SUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
exitfound committed Sep 20, 2024
1 parent b02e4f1 commit d9b0efc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/opensuse15.4.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM opensuse/leap:15.4 AS molecule-image

LABEL maintainer="Ivan Medaev"

RUN zypper update \
&& zypper install --no-recommends -y \
RUN zypper update --no-recommends --force-resolution --no-confirm \
&& zypper install --no-recommends --no-confirm \
ansible \
python3-devel \
python3-pip \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/opensuse15.5.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM opensuse/leap:15.5 AS molecule-image

LABEL maintainer="Ivan Medaev"

RUN zypper update \
&& zypper install --no-recommends -y \
RUN zypper update --no-recommends --force-resolution --no-confirm \
&& zypper install --no-recommends --no-confirm \
ansible \
python3-devel \
python3-pip \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/opensuse15.6.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM opensuse/leap:15.5 AS molecule-image

LABEL maintainer="Ivan Medaev"

RUN zypper update \
&& zypper install --no-recommends -y \
RUN zypper update --no-recommends --force-resolution --no-confirm \
&& zypper install --no-recommends --no-confirm \
ansible \
python3-devel \
python3-pip \
Expand Down

0 comments on commit d9b0efc

Please sign in to comment.