Update 'Dockerfile'

This commit is contained in:
dany 2023-07-03 22:25:12 +02:00
parent f7b8981470
commit 74b2ef1e21

View File

@ -1,4 +1,4 @@
FROM ubuntu:focal AS deploy-env
FROM ubuntu:jammy AS deploy-env
ARG tag
RUN apt-get update && apt-get --yes --no-install-recommends install libsqlite3-0 zlib1g libreadline8 libssl1.1 wget libvncclient1 libjpeg-turbo8 openssh-client tar tree
RUN apt clean && rm -rf /var/lib/apt/lists/*