mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 14:22:25 +00:00
4 lines
79 B
Docker
4 lines
79 B
Docker
|
FROM debian:9
|
||
|
|
||
|
RUN apt-get --quiet update && apt-get --quiet --yes install git
|