/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.9
test/docker/Dockerfile-ubuntu14
13 строк
385 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:ubuntu14 # 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 apt-get update \ # && \ # DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ # some-package WORKDIR /work COPY . . CMD ["bash"]