summaryrefslogtreecommitdiff
path: root/test/docker/Dockerfile-centos6
blob: 6f886ffa20e7d0bcf0ede85f884e35210311211d (plain)
1
2
3
4
5
6
7
8
9
10
11
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"]