Skip to content

Commit acefcb2

Browse files
committed
Tweaks to dockerfile to avoid rust compiler issues. Commit ready for merge.
- Legacy-Id: 18900
1 parent eb66fa9 commit acefcb2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker/docker-init.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ echo "Activating the virtual python environment ..."
112112

113113
if ! $VIRTDIR/bin/python -c "import django"; then
114114
echo "Installing requirements ..."
115+
pip install --upgrade pip
115116
reqs=/home/$USER/$CWD/requirements.txt
116117
if [ ! -f $reqs ]; then
117118
echo " Using $reqs"
@@ -188,4 +189,6 @@ else
188189
echo "LANG=$LANG"
189190
fi
190191

192+
HOME=/opt/home/$USER
193+
191194
su -p $USER

0 commit comments

Comments
 (0)