Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Aug 18, 2015
1 parent ccaab5d commit 60834e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Add bash tools to /sbin
ln -s /container/tool/* /sbin/

# Add python tools and needed directories
# Add needed directories & files
mkdir -p /etc/service
mkdir -p /etc/my_init.d
mkdir -p /etc/container_environment
Expand All @@ -14,7 +14,7 @@ groupadd -g 8377 docker_env
chown :docker_env /etc/container_environment.sh
chmod 640 /etc/container_environment.sh

# dpkg
# dpkg options
cp /container/file/dpkg_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc
cp /container/file/dpkg_nolocales /etc/dpkg/dpkg.cfg.d/01_nolocales

Expand Down

0 comments on commit 60834e4

Please sign in to comment.