ci: try with fix missing
This commit is contained in:
parent
27878ab299
commit
563a4e47ff
|
|
@ -64,4 +64,4 @@ cargo test
|
|||
- [Web UI](http://localhost:9001)
|
||||
|
||||
#### Portainer
|
||||
- [Web UI](http://localhost:9442)
|
||||
- [Web UI](http://localhost:9442)
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue