aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-07-07 01:01:32 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-07-07 01:01:32 +0300
commitf249ca3689f955a612892c08d2154545085def56 (patch)
tree64c6337f1694d9234efa47688f0fcdf51d76af64
parentMerge pull request #4 from vcokltfre/vcokltfre/chore/cleanup (diff)
Removes Unnecessary Docker Packages
Removes GCC and git from the docker setup process, as they are not needed for the program.
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index de3b52e..a4cf1d2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,5 @@
FROM python:slim
-RUN apt update
-RUN apt install -y gcc git
-
ENV PYTHONFAULTHANDLER=1 \
PYTHONUNBUFFERED=1 \
PYTHONHASHSEED=random \