Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Mar 31, 2024
1 parent 7801d40 commit 4071a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/bareos/molecule/default/Dockerfile_alpine
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN bash -c 'echo "rc_provide=\"loopback net\"" >> /etc/rc.conf'
RUN sed -i -e 's/#rc_sys=""/rc_sys="lxc"/g' -e 's/^#\(rc_logger="YES"\)$/\1/' /etc/rc.conf
RUN sed -i "/tty/d" /etc/inittab
RUN sed -i "s/hostname $opts/# hostname $opts/g" /etc/init.d/hostname
RUN sed -i "s/mount -t tmpfs/# mount -t tmpfs/g" /lib/rc/sh/init.sh
RUN bash -c 'sed -i "s/mount -t tmpfs/# mount -t tmpfs/g" /lib/rc/sh/init.sh'

VOLUME ["/sys/fs/cgroup"]
ENTRYPOINT ["/sbin/init"]

0 comments on commit 4071a31

Please sign in to comment.