Update 'Dockerfile'

This commit is contained in:
dany 2023-07-04 11:26:44 +02:00
parent e57e8f0026
commit 3e690a29a9

View File

@ -1,6 +1,6 @@
FROM ubuntu:focal AS deploy-env
ARG tag
RUN apt-get update && apt-get --yes --no-install-recommends install libsqlite3-0 zlib1g libreadline8 libssl1 wget libvncclient1 libjpeg-turbo8 openssh-client tar tree
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/*
RUN mkdir /ulib
RUN cp -rf /lib/*-linux-*/libsqlite3*.so* /ulib