Skip to content

Commit

Permalink
fix(docker): add ecpg to docker image (#16566)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Nov 17, 2021
1 parent 9070b6b commit 9cfce64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ RUN mkdir -p ${PYTHONPATH} \
default-libmysqlclient-dev \
libsasl2-modules-gssapi-mit \
libpq-dev \
libecpg-dev \
&& rm -rf /var/lib/apt/lists/*

COPY --from=superset-py /usr/local/lib/python3.8/site-packages/ /usr/local/lib/python3.8/site-packages/
Expand Down

0 comments on commit 9cfce64

Please sign in to comment.