Sign inSign up

sioiot/ci_git_deploy_docker

By sioiot

Updated about 6 years ago

ci git deploy docker

Image
0

1.6K

sioiot/ci_git_deploy_docker repository overview

Git deploy environment docker

Based on ubuntu:18.04 configure Git deploy environment docker.

Dockerfile

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" ]

License

MIT License.

Acknowledgments

  • Stackoverflow

Tag summary

Content type

Image

Digest

Size

59.5 MB

Last updated

about 6 years ago

docker pull sioiot/ci_git_deploy_docker