Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vincue authored Jul 20, 2021
1 parent 100297a commit c72c5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN npm run build
# production environment
FROM python:3.7-slim-buster
ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install nginx redis-server -y --no-install-recommends
RUN apt-get update && apt-get install nginx default-libmysqlclient-dev build-essential redis-server -y --no-install-recommends
WORKDIR /code
COPY api/requirements.txt /code/
RUN pip install -r requirements.txt
Expand Down

0 comments on commit c72c5e5

Please sign in to comment.