Merge pull request #157 from AppFlowy-IO/test-ci

ci: trigger ci
This commit is contained in:
Zack 2023-11-09 23:22:04 +08:00 committed by GitHub
commit 1167768a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 \