Update Dockerfile
This commit is contained in:
parent
83c1bc041d
commit
3596a1c905
@ -1,6 +1,8 @@
|
|||||||
#FROM nestybox/ubuntu-focal-systemd-docker
|
#FROM nestybox/ubuntu-focal-systemd-docker
|
||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
|
RUN dpkg --add-architecture i386
|
||||||
|
|
||||||
RUN set -xe && \
|
RUN set -xe && \
|
||||||
echo '#!/bin/sh' > /usr/sbin/policy-rc.d && \
|
echo '#!/bin/sh' > /usr/sbin/policy-rc.d && \
|
||||||
echo 'exit 101' >> /usr/sbin/policy-rc.d && \
|
echo 'exit 101' >> /usr/sbin/policy-rc.d && \
|
||||||
|
Loading…
Reference in New Issue
Block a user