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