Update Dockerfile

This commit is contained in:
uazo 2021-07-13 14:59:40 +02:00 committed by GitHub
parent 83c1bc041d
commit 3596a1c905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#FROM nestybox/ubuntu-focal-systemd-docker
FROM ubuntu:20.04
RUN dpkg --add-architecture i386
RUN set -xe && \
echo '#!/bin/sh' > /usr/sbin/policy-rc.d && \
echo 'exit 101' >> /usr/sbin/policy-rc.d && \