Changed image from alpine to slim (buster)

In alpine we cannot run os.exec-commands
This commit is contained in:
Ruakij 2021-08-02 18:09:30 +02:00
parent f6b4e66df4
commit d39078a78d

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM python:3.9-alpine
FROM python:3.9-slim
WORKDIR /app