diff options
Diffstat (limited to '')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ FROM python:slim +RUN apt update +RUN apt install -y gcc + ENV PYTHONFAULTHANDLER=1 \ PYTHONUNBUFFERED=1 \ PYTHONHASHSEED=random \ |