Skip to content

Commit

Permalink
Remove docker_common clone
Browse files Browse the repository at this point in the history
Docker_common, where 'entrypoint.sh' comes from, is
built inside the base image 'chbrandt/centos'.
  • Loading branch information
Carlos Brandt committed Dec 11, 2017
1 parent 6f63891 commit 56dd445
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@ RUN source $HEASOFT_TMPDIR/install_heasoft.sh && \
install && \
rm -rf $HEASOFT_TMPDIR

RUN git clone https://github.com/chbrandt/docker_commons.git && \
ln -sf docker_commons/entrypoint.sh /.

COPY home $HEASOFT_TMPDIR
RUN cat $HEASOFT_TMPDIR/non_interactive.rc \
$HEASOFT_TMPDIR/ximage_exit_on_fail.rc \
$HEASOFT_TMPDIR/ximage_no_history.rc \
>> /etc/.bash_profile && \
rm -rf $HEASOFT_TMPDIR

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 56dd445

Please sign in to comment.