1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

[docker] Use non-slim image with C build tools installed

This commit is contained in:
Anatoli Babenia
2020-11-16 01:32:57 +03:00
parent eae3d971fa
commit 7e5ff70980
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.9
### copying app sources
WORKDIR /app