bookworm-git/Dockerfile

6 lines
106 B
Docker
Raw Normal View History

2024-06-15 23:31:46 +02:00
FROM debian:bookworm-slim
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y git