Skip to content

Commit

Permalink
Merge pull request telefonicaid#1493 from jason-fox/feature/postgres-…
Browse files Browse the repository at this point in the history
…cache-enable

Remove line concatenation from RUN command
  • Loading branch information
AlvaroVega authored Jun 5, 2018
2 parents 8b32b57 + 784b28f commit ed50706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/cygnus-ngsi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ RUN \
${FLUME_HOME}/plugins.d/cygnus/lib/cygnus-ngsi-${CYGNUS_VERSION}-jar-with-dependencies.jar.pack.gz \
${FLUME_HOME}/plugins.d/cygnus/lib/cygnus-ngsi-${CYGNUS_VERSION}-jar-with-dependencies.jar && \
rm -f ${FLUME_HOME}/plugins.d/cygnus/libext/cygnus-common-${CYGNUS_VERSION}-jar-with-dependencies.jar && \
rm -f ${FLUME_HOME}/plugins.d/cygnus/lib/cygnus-ngsi-${CYGNUS_VERSION}-jar-with-dependencies.jar && \
rm -f ${FLUME_HOME}/plugins.d/cygnus/lib/cygnus-ngsi-${CYGNUS_VERSION}-jar-with-dependencies.jar


COPY cygnus-entrypoint.sh /
Expand Down

0 comments on commit ed50706

Please sign in to comment.