Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed May 16, 2016
1 parent 32ec72b commit 9cdd93e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ RUN ./build.sh
RUN ./configure
RUN make && make install

RUN mkdir -p /usr/lib64; \
ln -sf /usr/local/lib/captagent /usr/lib64/captagent ; \
ln -sf /usr/local/etc/captagent /etc ; \
ln -sf /usr/src/captagent/conf/database_hash.xml /etc/captagent/database_hash.xml
# RUN mkdir -p /usr/lib64; \
# ln -sf /usr/local/lib/captagent /usr/lib64/captagent ; \
# ln -sf /usr/local/etc/captagent /etc ; \
# ln -sf /usr/src/captagent/conf/database_hash.xml /etc/captagent/database_hash.xml

WORKDIR /
COPY run.sh /
Expand Down

0 comments on commit 9cdd93e

Please sign in to comment.