Fix missing &&.

master
Icedream 2017-04-15 23:04:04 +02:00
parent 7453609f4b
commit ee67984d82
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 3 deletions

View File

@ -44,8 +44,7 @@ RUN sed -i 's,clamd_local ,#clamd_local ,' /etc/c-icap/squidclamav.conf \
&& echo "icap_access allow all") >> /etc/c-icap/c-icap.conf && echo "icap_access allow all") >> /etc/c-icap/c-icap.conf
COPY entrypoint.sh /usr/local/bin/docker-entrypoint COPY entrypoint.sh /usr/local/bin/docker-entrypoint
RUN \ RUN chmod +x /usr/local/bin/* \
chmod +x /usr/local/bin/* \ && sed -i 's,\r,,g' /usr/local/bin/*
sed -i 's,\r,,g' /usr/local/bin/*
ENTRYPOINT ["docker-entrypoint"] ENTRYPOINT ["docker-entrypoint"]