Install curl into the image as well

This commit is contained in:
decentral1se 2021-04-29 16:05:21 +02:00
parent 5da44165a4
commit e7e9cf65ae
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,2 @@
export APP_INI_VERSION=v7
export DOCKER_SETUP_SH_VERSION=v1
export DOCKER_SETUP_SH_VERSION=v2

View File

@ -13,3 +13,5 @@ mkdir -p ${GITEA_CUSTOM} && chmod 0500 ${GITEA_CUSTOM}
# Prepare temp folder
mkdir -p ${GITEA_TEMP} && chmod 0700 ${GITEA_TEMP}
if [ ! -w ${GITEA_TEMP} ]; then echo "${GITEA_TEMP} is not writable"; exit 1; fi
apk add --no-cache curl