This commit is contained in:
parent
98c097880e
commit
e1abfab762
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user