summaryrefslogtreecommitdiff
path: root/server/test/docker/templates/ubuntu-22.Dockerfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'server/test/docker/templates/ubuntu-22.Dockerfile.in')
-rw-r--r--server/test/docker/templates/ubuntu-22.Dockerfile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/docker/templates/ubuntu-22.Dockerfile.in b/server/test/docker/templates/ubuntu-22.Dockerfile.in
index 217daed..2ac7127 100644
--- a/server/test/docker/templates/ubuntu-22.Dockerfile.in
+++ b/server/test/docker/templates/ubuntu-22.Dockerfile.in
@@ -2,4 +2,4 @@
FROM ubuntu:jammy
ARG DEBIAN_FRONTEND=noninteractive
# Need to install make, tzdata here to avoid stupid prompts when running package install via autobuild
-RUN apt-get update -y && apt-get install -y make tzdata
+RUN apt-get update --fix-missing -y && apt-get install -y make tzdata