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)
|
- [Web UI](http://localhost:9001)
|
||||||
|
|
||||||
#### Portainer
|
#### 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
|
# Install dependencies required for pgjwt and locales
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y \
|
apt-get install --fix-missing -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
postgresql-server-dev-all \
|
postgresql-server-dev-all \
|
||||||
git \
|
git \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue