/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.6
test/docker/Dockerfile-centos6
18 строк
453 B
Ville Skyttä
(test suite): Info test needs docs, don't exclude from CentOS
23 апр 2017, 13:28
23 апр 2017, 13:28
f4b79ae
Код
Авторство
О чём код?
FROM centos:6 # TODO: more coverage # /usr/bin/which: https://bugzilla.redhat.com/show_bug.cgi?id=1443357 RUN sed -i -e /tsflags=nodocs/d /etc/yum.conf \ && \ yum -y install \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm \ && \ yum -y install \ autoconf \ automake \ dejagnu \ tcllib \ /usr/bin/xvfb-run /usr/bin/which WORKDIR /usr/src/bash-completion COPY . .