We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d8fa0 commit afceaddCopy full SHA for afceadd
docs/user-guide/requirements/pip-compile/pip-compile.sh
@@ -25,9 +25,6 @@ esac
25
echo 'Building Docker image for pip-tools (should only take few seconds)'
26
docker build --progress quiet -t docker-papermc-server/pip-tools "${SCRIPT_DIR}"
27
28
-echo 'Cleaning up old requirements.txt file'
29
-rm "${CURRENT_DIR}"/requirements.txt
30
-
31
echo
32
echo 'Running pip-compile:'
33
# Avoid permission issues by running the container with the current user ID and group ID.
0 commit comments