Based on ubuntu:18.04 configure Git deploy environment docker.
FROM ubuntu:18.04
MAINTAINER The deploy Project <[email protected]>
RUN apt-get update && apt-get install -y \
apt-utils \
git \
unzip \
wget \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
CMD [ "/bin/bash" ]
MIT License.
Content type
Image
Digest
Size
59.5 MB
Last updated
about 6 years ago
docker pull sioiot/ci_git_deploy_docker