Skip to content

Commit afc0a61

Browse files
helgimboersma
authored andcommitted
fix(build): add curl again (came via git before) to install pip
1 parent 6ea0b35 commit afc0a61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rootfs/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fi
1313
# install required system packages
1414
apk add --update-cache \
1515
build-base \
16+
curl \
1617
libffi-dev \
1718
libpq \
1819
openldap \
@@ -39,6 +40,7 @@ pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt
3940
# cleanup.
4041
apk del --purge \
4142
build-base \
43+
curl \
4244
libffi-dev \
4345
openldap-dev \
4446
postgresql-dev \

0 commit comments

Comments
 (0)