Skip to content

Commit

Permalink
Merge pull request #1 from dojo90/fix-comments
Browse files Browse the repository at this point in the history
fixed some comments in build.sh
  • Loading branch information
djonasdev committed Jan 23, 2019
2 parents 5066948 + a41966f commit 6489245
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ apk add git python3 python3-dev build-base libffi-dev ca-certificates openssl &&
BUILD_DEP="python3-dev musl-dev build-base libffi-dev python-dev make gcc g++ git"
apk add $BUILD_DEP

################################################
# Clone mozilla-syncserv and get needed commit #
################################################
########################################
# Clone Radicale and get needed commit #
########################################
git clone https://github.com/Kozea/Radicale .
git reset --hard "$GIT_COMMIT"

#############################
# Build and install radical #
#############################
##############################
# Build and install radicale #
##############################
python3 -m pip install .

#########################################
Expand Down

0 comments on commit 6489245

Please sign in to comment.