Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavnagaraj committed Jul 27, 2024
1 parent 4a41ca4 commit 0047164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -792,9 +792,9 @@ base-image:
RUN zypper addrepo https://download.opensuse.org/repositories/Linux-PAM/openSUSE_Tumbleweed/Linux-PAM.repo && \
zypper refresh
IF [ "$ARCH" = "amd64" ]
zypper install -y pam-1.6.1-1.4.x86_64
RUN zypper install -y pam-1.6.1-1.4.x86_64
ELSE IF [ "$ARCH" = "arm64" ]
zypper install -y pam-1.6.1-1.4.aarch64
RUN zypper install -y pam-1.6.1-1.4.aarch64
END

RUN zypper install -y apparmor-parser apparmor-profiles rsyslog logrotate
Expand Down

0 comments on commit 0047164

Please sign in to comment.