Skip to content

Commit

Permalink
test/docker: Tweak work dir, add bash as default cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Dec 17, 2017
1 parent 4ba2e73 commit e0a4385
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/docker/Dockerfile-centos6
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ FROM vskytta/bash-completion:centos6
#RUN yum -y install \
# some-package

WORKDIR /usr/src/bash-completion
WORKDIR /work
COPY . .
CMD ["bash"]
3 changes: 2 additions & 1 deletion test/docker/Dockerfile-fedoradev
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ FROM vskytta/bash-completion:fedoradev
#RUN dnf --nogpgcheck --refresh -y install \
# some-package

WORKDIR /usr/src/bash-completion
WORKDIR /work
COPY . .
CMD ["bash"]
3 changes: 2 additions & 1 deletion test/docker/Dockerfile-ubuntu14
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ FROM vskytta/bash-completion:ubuntu14
# DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
# some-package

WORKDIR /usr/src/bash-completion
WORKDIR /work
COPY . .
CMD ["bash"]

0 comments on commit e0a4385

Please sign in to comment.