Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'staging' into easier-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
maltezacharias committed Jul 8, 2020
2 parents 4d2036c + a4d7218 commit 959c23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04

RUN apt-get update && apt-get install -y python3 python3-pip libpq-dev gettext python-dev
RUN apt-get update && apt-get install -y python3 python3-pip libpq-dev gettext

WORKDIR /backend
COPY requirements.txt /backend/requirements.txt
Expand Down

0 comments on commit 959c23d

Please sign in to comment.