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