diff options
| -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 \  | 
| index : metricity | ||
| A mirrored copy of the python-discord/metricity repository. | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | Dockerfile | 3 | 
@@ -1,5 +1,8 @@  FROM python:slim +RUN apt update +RUN apt install -y gcc +  ENV PYTHONFAULTHANDLER=1 \      PYTHONUNBUFFERED=1 \      PYTHONHASHSEED=random \  |