Upgrade to tutum docker 1.1.1, remove the workdir statements from dockerfiles.
This commit is contained in:
parent
4c6272913f
commit
0489a51b01
4 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@ FROM phusion/baseimage:0.9.11
|
|||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV HOME /root
|
||||
WORKDIR /
|
||||
|
||||
# Install the dependencies.
|
||||
RUN apt-get update # 15JUL2014
|
||||
|
|
|
@ -2,7 +2,6 @@ FROM phusion/baseimage:0.9.11
|
|||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV HOME /root
|
||||
WORKDIR /
|
||||
|
||||
# Install the dependencies.
|
||||
RUN apt-get update # 15JUL2014
|
||||
|
|
Binary file not shown.
Binary file not shown.
Reference in a new issue