Changed image from alpine to slim (buster)
In alpine we cannot run os.exec-commands
This commit is contained in:
parent
f6b4e66df4
commit
d39078a78d
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM python:3.9-alpine
|
||||
FROM python:3.9-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user