hs-test: fix nginx http3 dockerfile
- now working with UBUNTU_VERSION=24.04 Type: test Change-Id: I60aa62b8dcf3e96392af7179925e0f0fa3e15f11 Signed-off-by: Adrian Villin <avillin@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
af5fcbfa71
commit
0f97947f36
@ -12,7 +12,7 @@ RUN echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] \
|
||||
RUN bash -c 'echo -e "Package: *\nPin: origin nginx.org\nPin: release o=nginx\nPin-Priority: 900\n" \
|
||||
| tee /etc/apt/preferences.d/99nginx'
|
||||
|
||||
RUN apt update && apt install -y nginx=1.26.2-1~jammy
|
||||
RUN apt update && apt install -y nginx=1.26.2*
|
||||
|
||||
COPY vpp-data/lib/* /usr/lib/
|
||||
COPY resources/nginx/vcl.conf /vcl.conf
|
||||
|
Reference in New Issue
Block a user