Skip to content

Commit

Permalink
Merge pull request #4 from th3w4y/dev
Browse files Browse the repository at this point in the history
Fetch the repo directly from the github using ADD
  • Loading branch information
nivong authored Aug 23, 2016
2 parents ae6e43e + c0c34cf commit e1c2a27
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,9 @@ RUN cd /tmp && wget http://pgoapi.com/pgoencrypt.tar.gz \

ENV LD_LIBRARY_PATH /usr/src/app

COPY requirements.txt /usr/src/app/
RUN ln -s /usr/include/locale.h /usr/include/xlocale.h
RUN pip install --no-cache-dir -r requirements.txt

COPY . /usr/src/app

#remove unused stuff
RUN apk del alpine-sdk\
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit e1c2a27

Please sign in to comment.