File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ services:
126126 - LRW_DB_PASSWORD=caliper
127127 - LRW_COLLECTION=mongoEvent
128128 volumes :
129- - ./superset-db/init:/docker-entrypoint-initdb.d
130129 - superset-db:/var/lib/postgresql/data
131130 jupyterhub :
132131 build : jupyterhub
Original file line number Diff line number Diff line change 11FROM postgres:12-bullseye
22
3- LABEL version="3.0 .0"
3+ LABEL version="3.1 .0"
44
55# Install dependencies
6- RUN apt update && \
7- apt install -y \
6+ RUN apt-get update && \
7+ apt-get install -y \
88 git \
99 postgresql-12-python3-multicorn \
1010 python3-setuptools
@@ -14,3 +14,5 @@ WORKDIR /usr/local/src
1414RUN git clone https://github.com/udzuki/yam_fdw.git && \
1515 cd yam_fdw && \
1616 python3 setup.py install
17+
18+ COPY setup.sh /docker-entrypoint-initdb.d/
File renamed without changes.
You can’t perform that action at this time.
0 commit comments