changed docker base image for python 3.8

This commit is contained in:
vabene1111 2020-03-17 23:55:16 +01:00
parent c2dc038ac9
commit 12f6aa6df7

View File

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM python:3.8-slim-buster
RUN mkdir /Recipes
WORKDIR /Recipes