Skip to content

Commit

Permalink
Merge pull request #3 from raccoonyy/raccoonyy-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
raccoonyy authored Sep 19, 2020
2 parents cba1c23 + cc8c737 commit f9fdc65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM python:3

RUN apt-get update && apt-get -y install \
libpq-dev

WORKDIR /app
ADD ./requirements.txt /app/
RUN pip install -r requirements.txt
Expand Down
3 changes: 0 additions & 3 deletions compose/django/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ FROM python:3

ENV PYTHONUNBUFFERED 0

RUN apt-get update && apt-get -y install \
libpq-dev

WORKDIR /app

ADD requirements.txt /app/
Expand Down

0 comments on commit f9fdc65

Please sign in to comment.