Skip to content

Commit a2518b6

Browse files
committed
Try removing build stage dependencies from run stage
1 parent 5e4480e commit a2518b6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • {{cookiecutter.project_slug}}/compose/local/docs

{{cookiecutter.project_slug}}/compose/local/docs/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ ENV PYTHONUNBUFFERED 1
3535
ENV PYTHONDONTWRITEBYTECODE 1
3636

3737
RUN apt-get update && apt-get install --no-install-recommends -y \
38-
# dependencies for building Python packages
39-
build-essential \
40-
# psycopg2 dependencies
41-
libpq-dev \
4238
# Translations dependencies
4339
gettext \
4440
# Uncomment below lines to enable Sphinx output to latex and pdf

0 commit comments

Comments
 (0)