/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.9
test/docker/Dockerfile-centos6
11 строк
293 B
Ville Skyttä
test/docker: Tweak work dir, add bash as default cmd
17 дек 2017, 16:48
17 дек 2017, 16:48
e0a4385
Код
Авторство
О чём код?
FROM vskytta/bash-completion:centos6 # When adding new completions, install packages desired for their testing here # in case they're not in the base image, and remove later when the base image # has caught up. #RUN yum -y install \ # some-package WORKDIR /work COPY . . CMD ["bash"]