1
0
Fork 0
This repository has been archived on 2024-12-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mining-companion/Dockerfile
Julien Riou 0f725cd02f
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2021-01-22 18:00:18 +01:00

5 lines
131 B
Docker

FROM python:3.8-slim
RUN apt-get update \
&& apt-get install -y git \
&& apt-get autoclean \
&& pip install pre-commit