FROM ubuntu
RUN sed -i s@/archive.ubuntu.com/@/mirrors.tuna.tsinghua.edu.cn/@g /etc/apt/sources.list
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y git git-lfs less jq curl && \
git lfs install && \
apt-get clean all && rm -rf /var/lib/apt/lists/*
WORKDIR /app
ENTRYPOINT ["bash"]
Content type
Image
Digest
Size
67.7 MB
Last updated
over 4 years ago
docker pull ssoor/gitlab-ci:yk-runner