Skip to content

Commit

Permalink
add adequated git clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
Asone committed Jul 29, 2018
1 parent b450083 commit 2f3702e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _provisioning/daemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ FROM node:alpine
LABEL AUTHOR="Nelson Herbin <[email protected]>"
LABEL NAME=tricoteuses-api
LABEL VERSION=1


RUN apk update && apk upgrade && \
apk add --no-cache git python

RUN git clone https://framagit.org/parlement-ouvert/tricoteuses-daemon.git

WORKDIR tricoteuses-daemon

0 comments on commit 2f3702e

Please sign in to comment.