From 563a4e47ff0221c65f201372d86b024ed726dcb4 Mon Sep 17 00:00:00 2001 From: Fu Zi Xiang Date: Thu, 9 Nov 2023 22:45:29 +0800 Subject: [PATCH] ci: try with fix missing --- README.md | 2 +- docker/postgres.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d29481d7..bb41c3c7 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ cargo test - [Web UI](http://localhost:9001) #### Portainer -- [Web UI](http://localhost:9442) +- [Web UI](http://localhost:9442) diff --git a/docker/postgres.Dockerfile b/docker/postgres.Dockerfile index 8d469eb7..af5046fe 100644 --- a/docker/postgres.Dockerfile +++ b/docker/postgres.Dockerfile @@ -2,7 +2,7 @@ FROM postgres:latest # Install dependencies required for pgjwt and locales RUN apt-get update && \ - apt-get install -y \ + apt-get install --fix-missing -y \ build-essential \ postgresql-server-dev-all \ git \