Added necessary packages to image
This commit is contained in:
parent
6848bc411b
commit
e59d368bcb
|
|
@ -14,7 +14,7 @@ RUN apt update && apt upgrade -y \
|
||||||
&& echo "deb http://repos.azulsystems.com/debian stable main" >> /etc/apt/sources.list.d/zulu.list \
|
&& echo "deb http://repos.azulsystems.com/debian stable main" >> /etc/apt/sources.list.d/zulu.list \
|
||||||
&& mkdir -p /usr/share/man/man1 \
|
&& mkdir -p /usr/share/man/man1 \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
&& apt install -y --no-install-recommends tzdata zre-8 \
|
&& apt install -y curl ca-certificates openssl git tar sqlite fontconfig iproute2 tzdata zre-8 \
|
||||||
&& useradd -d /home/container -m container
|
&& useradd -d /home/container -m container
|
||||||
|
|
||||||
USER container
|
USER container
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user