Changed entrypoint.sh perms to 755 so we save one command

This commit is contained in:
Alexander Trost
2015-10-06 22:08:16 +02:00
parent 260365b4c6
commit 5152e051d6
2 changed files with 1 additions and 3 deletions

View File

@@ -12,9 +12,7 @@ ENV ZULIP_DIR="/home/zulip" ZULIP_VERSION="1.3.6" DATA_DIR="/data" \
ADD entrypoint.sh /entrypoint.sh
ADD includes/zulip-puppet /root/zulip-puppet
# mkdir -p "$ZULIP_DEPLOY_PATH" && \
RUN chmod 755 /entrypoint.sh && \
apt-get -qq update -q && \
RUN apt-get -qq update -q && \
apt-get -qq dist-upgrade -y && \
apt-get -qq install -y puppet git wget python-dev python-six python-pbs && \
wget -q -O /root/zulip-ppa.asc https://zulip.com/dist/keys/zulip-ppa.asc && \

0
entrypoint.sh Normal file → Executable file
View File