Skip to content

Commit fbb06db

Browse files
helgimboersma
authored andcommitted
chore(build): remove git from image, no longer needed
django-fsm used to need git installed to pull in a fork but the need for it was dropped deis/deis@a6515c8
1 parent 3be421a commit fbb06db

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

rootfs/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ if [[ -z $DOCKER_BUILD ]]; then
1111
fi
1212

1313
# install required system packages
14-
# HACK: install git so we can install bacongobbler's fork of django-fsm
1514
apk add --update-cache \
1615
build-base \
17-
git \
1816
libffi-dev \
1917
libpq \
2018
openldap \
@@ -41,7 +39,6 @@ pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt
4139
# cleanup.
4240
apk del --purge \
4341
build-base \
44-
git \
4542
libffi-dev \
4643
openldap-dev \
4744
postgresql-dev \

0 commit comments

Comments
 (0)