Skip to content

Commit

Permalink
Use python:alpine instead of ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
talavis committed Apr 6, 2020
1 parent e16ad75 commit f4a6903
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile-backend
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
FROM ubuntu:18.04

RUN apt-get update && apt-get install -y \
python3 \
python3-pip
FROM python:alpine

ADD . /code
COPY settings_sample.json /settings.json
Expand Down

0 comments on commit f4a6903

Please sign in to comment.