File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ RUN ARCH=$(uname -m); \
6060 lvm2 && \
6161 zypper cc -a
6262
63- # This a temporary workaround, glibc package got restructured into subpackages and now mtools is not
64- # requiring the apropriate package as a dependency (boo#1225982)
65- RUN zypper install -y --no-recommends glibc-gconv-modules-extra && zypper cc -a
66-
6763# Copy the built CLI
6864COPY --from=elemental-bin /usr/bin/elemental /usr/bin/elemental
6965
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ COPY --from=toolkit /usr/bin/elemental /usr/bin/elemental
7474RUN systemctl enable NetworkManager.service && \
7575 systemctl enable sshd.service
7676
77+ # Workaround to make sure there are no pending sysusers to be created (boo#1231244)
78+ RUN systemd-sysusers
79+
7780# This is for automatic testing purposes, do not do this in production.
7881RUN echo "PermitRootLogin yes" > /etc/ssh/sshd_config.d/rootlogin.conf
7982
You can’t perform that action at this time.
0 commit comments