Skip to content

Commit

Permalink
remove apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
raccoonyy authored Sep 19, 2020
1 parent f3cd305 commit cc8c737
Showing 1 changed file with 0 additions and 3 deletions.
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 cc8c737

Please sign in to comment.