File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change @@ -22,10 +22,13 @@ case "$(uname)" in
2222 ;;
2323esac
2424
25- docker build -t docker-papermc-server/pip-tools " ${SCRIPT_DIR} "
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} "
2627
28+ echo
29+ echo ' Running pip-compile:'
2730docker run --rm --name docker-papermc-server-pip-compile \
2831 --volume=" ${CURRENT_DIR} :/run" \
2932 --workdir /run \
3033 docker-papermc-server/pip-tools \
31- pip-compile --strip-extras --generate-hashes " $@ "
34+ pip-compile --strip-extras " $@ "
Original file line number Diff line number Diff line change 55
66SCRIPT_DIR=$( cd " $( dirname " $0 " ) " > /dev/null 2>&1 && pwd -P)
77
8- echo ' Compile the requirements.txt file using pip-tools...'
8+ echo ' Compile the requirements.txt file using pip-compile'
9+ echo
910
1011cd " $SCRIPT_DIR "
11- sh wrappers/ pip-tools /pip-compile
12+ sh pip-compile /pip-compile.sh --generate-hashes
You can’t perform that action at this time.
0 commit comments