From d31454eb7b11d9aaf3b4f85b41af94851ad46669 Mon Sep 17 00:00:00 2001 From: Richard Allitt Date: Sat, 16 Nov 2024 09:45:16 +0000 Subject: [PATCH] Also add Nevar WLS key to Docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1ac226c..7ca5c2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ RUN apt-get update && \ COPY pubkey2 /etc/apache2/ucam_webauth_keys/pubkey2 COPY pubkey500 /etc/apache2/ucam_webauth_keys/pubkey500 +COPY pubkey501 /etc/apache2/ucam_webauth_keys/pubkey501 WORKDIR /opt/srcf/control