ci: try with fix missing

This commit is contained in:
Fu Zi Xiang 2023-11-09 22:45:29 +08:00
parent 27878ab299
commit 563a4e47ff
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -64,4 +64,4 @@ cargo test
- [Web UI](http://localhost:9001)
#### Portainer
- [Web UI](http://localhost:9442)
- [Web UI](http://localhost:9442)

View File

@ -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 \