File tree Expand file tree Collapse file tree
.github/workflows/ci/docker-entrypoint-initdb.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# https://github.com/debezium/docker-images/blob/master/postgres/11/Dockerfile
66
77PROTOC_VERSION=1.3
8- WAL2JSON_COMMIT_ID=c54d89649c3fe5e0aa79c3a87493935232e962a7
8+ WAL2JSON_COMMIT_ID=wal2json_2_6
99USE_PGXS=1
1010export PGUSER=postgres
1111export PGPASSWORD=postgres
1212createuser --superuser root
1313
1414apt-get update
1515apt-get install -f -y --no-install-recommends \
16- software-properties-common \
16+ apt-transport-https \
17+ ca-certificates \
1718 build-essential \
1819 pkg-config \
1920 git \
2021 postgresql-server-dev-$PG_MAJOR
21- add-apt-repository " deb http://ftp.debian.org/debian testing main contrib"
22- apt-get update
22+ # add-apt-repository "deb http://ftp.debian.org/debian testing main contrib"
23+ # apt-get update
2324rm -rf /var/lib/apt/lists/*
2425
2526cd /
You can’t perform that action at this time.
0 commit comments