pls work
Some checks failed
Publish Docker Image / docker (push) Failing after 18s

This commit is contained in:
Lee 2023-11-29 19:02:29 +00:00
parent 98c097880e
commit e1abfab762
3 changed files with 2 additions and 5 deletions

@ -16,9 +16,7 @@ RUN apt update -y \
tzdata \
iproute2 \
libfreetype6 \
tini \
ENV DISPLAY=:0
tini
RUN useradd -m -d /home/container -s /bin/bash container
USER container

@ -1,5 +1,4 @@
# Latest Ubuntu image
FROM
FROM fascinated/docker-images:java-8
ENV DEBIAN_FRONTEND=noninteractive