changed docker base image for python 3.8
This commit is contained in:
parent
c2dc038ac9
commit
12f6aa6df7
@ -1,4 +1,4 @@
|
||||
FROM ubuntu:18.04
|
||||
FROM python:3.8-slim-buster
|
||||
|
||||
RUN mkdir /Recipes
|
||||
WORKDIR /Recipes
|
||||
|
Loading…
Reference in New Issue
Block a user