File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ENV DJANGO_SETTINGS_MODULE=pycon.settings.prod \
1515 HASHID_DEFAULT_SECRET_SALT=demo
1616
1717RUN apt-get update -y && apt-get install -y \
18- libtiff5-dev libjpeg62 libopenjp2-7-dev zlib1g-dev \
18+ libpq-dev libtiff5-dev libjpeg62 libopenjp2-7-dev zlib1g-dev \
1919 libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
2020 libharfbuzz-dev libfribidi-dev libxcb1-dev libldap2-dev libldap-2.5-0 \
2121 ffmpeg libsm6 libxext6 libglib2.0-0 libpango-1.0-0 libpangoft2-1.0-0 libharfbuzz-subset0
@@ -25,7 +25,7 @@ FROM base AS build-stage
2525ARG FUNCTION_DIR
2626
2727RUN apt-get update -y && apt-get install -y \
28- gcc libpq-dev git
28+ gcc git
2929
3030RUN mkdir -p ${FUNCTION_DIR}
3131WORKDIR ${FUNCTION_DIR}
You can’t perform that action at this time.
0 commit comments