Skip to content

Commit

Permalink
Update Ubuntu packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-kotliar committed Oct 15, 2020
1 parent d9f185b commit 81b3526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/portable/ubuntu/private/run_inside_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ echo "Create build folder"
mkdir -p $WORKING_DIR/build
cd $WORKING_DIR/build

echo "Download and extract Python ${PYTHON_VERSION}"
echo "Download and extract Python ${PYTHON_VERSION} with --no-same-owner option"
mkdir python3
cd python3
wget -q --show-progress $PYTHON_URL
tar xzf Python-${PYTHON_VERSION}-linux-x86_64-support.b1.tar.gz
tar xzf Python-${PYTHON_VERSION}-linux-x86_64-support.b1.tar.gz --no-same-owner
rm Python-${PYTHON_VERSION}-linux-x86_64-support.b1.tar.gz

echo "Download and install latest pip"
Expand Down

0 comments on commit 81b3526

Please sign in to comment.