Update Dockerfile-ubuntu to use the correct package directory

This commit is contained in:
Théophile Diot 2024-05-01 13:51:31 +02:00
parent becbe36dc4
commit 28070c9cd0
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -31,7 +31,7 @@ RUN apt update && \
apt-get update && \
apt-get install -y --no-install-recommends nginx=${NGINX_VERSION}-1~jammy
COPY ./package-ubuntu-jammy/*.deb /opt
COPY ./package-ubuntu/*.deb /opt
VOLUME ["/sys/fs/cgroup"]