Update ubuntu test Dockerfiles to use the right package dir

This commit is contained in:
Théophile Diot 2024-05-01 13:21:51 +02:00
parent d12171c0c2
commit 666f69e3b9
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06
2 changed files with 2 additions and 2 deletions

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/*.deb /opt
COPY ./package-ubuntu-jammy/*.deb /opt
VOLUME ["/sys/fs/cgroup"]

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/*.deb /opt
COPY ./package-ubuntu-noble/*.deb /opt
VOLUME ["/sys/fs/cgroup"]