mirror of
https://github.com/firecow/gitlab-ci-local.git
synced 2026-02-07 00:25:45 +01:00
6 lines
122 B
Docker
6 lines
122 B
Docker
FROM debian:bullseye-20230320-slim
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y rsync && \
|
|
rm -rf /var/lib/apt/lists/*
|