Update Dockerfile

This commit is contained in:
uazo 2021-07-11 11:32:11 +02:00 committed by GitHub
parent f0c4aa2996
commit 077fb3e9c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#FROM nestybox/ubuntu-focal-systemd-docker
FROM ubuntu:focal-20200423
FROM ubuntu:20.04
RUN set -xe && \
echo '#!/bin/sh' > /usr/sbin/policy-rc.d && \