1
0
mirror of /repos/baseimage-docker.git synced 2026-02-27 17:41:59 +01:00

Get rid of default HOME environment variable

Closes GH-231.
This commit is contained in:
Hongli Lai (Phusion)
2015-07-15 14:36:09 +02:00
parent e575443aba
commit f57320388c
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
FROM ubuntu:14.04
MAINTAINER Phusion <info@phusion.nl>
ENV HOME /root
ADD . /bd_build
RUN /bd_build/prepare.sh && \