Skip to content

Commit

Permalink
install sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma authored Jun 17, 2024
1 parent ec9889b commit e829033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensuse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM opensuse/leap

LABEL maintainer="Michael Buluma <[email protected]>"
LABEL build_date="2023-03-25"
LABEL build_date="2023-06-17"

ENV container=docker

RUN zypper install -y dbus-1 systemd-sysvinit && \
RUN zypper install -y dbus-1 systemd-sysvinit sudo && \
cd /usr/lib/systemd/system/sysinit.target.wants/; \
for i in *; do [ $i = systemd-tmpfiles-setup.service ] || rm -f $i; done ; \
rm -f /usr/lib/systemd/system/multi-user.target.wants/* ; \
Expand Down

0 comments on commit e829033

Please sign in to comment.