diff options
| author | 2021-07-07 01:01:32 +0300 | |
|---|---|---|
| committer | 2021-07-07 01:01:32 +0300 | |
| commit | f249ca3689f955a612892c08d2154545085def56 (patch) | |
| tree | 64c6337f1694d9234efa47688f0fcdf51d76af64 | |
| parent | Merge 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-- | 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 \ | 
