Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixes #28 - change ubuntu for alpine in docker
  • Loading branch information
Angeluz-07 committed Mar 20, 2020
commit 2f095e12e24f9a73d58cc2993bf9a63898dd6fd3
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
FROM ubuntu:18.04

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

WORKDIR /usr/src/app

Expand Down