Skip to content

Commit a74a7ee

Browse files
committed
added checksum for zmq
1 parent c4ba831 commit a74a7ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,13 @@ RUN echo " ... installing api-gateway-async-logger ..." \
305305

306306
ENV ZMQ_ADAPTOR_VERSION 0235b04f39a480b5347411c278900e5c57874cf5
307307
RUN echo " ... installing api-gateway-zmq-adaptor" \
308+
<<<<<<< Updated upstream
308309
&& curl -L https://github.com/adobe-apiplatform/api-gateway-zmq-adaptor/archive/${ZMQ_ADAPTOR_VERSION}.tar.gz -o /tmp/api-gateway-zmq-adaptor-${ZMQ_ADAPTOR_VERSION} \
310+
=======
311+
&& ZMQ_ADAPTOR_SHA256=d1aa7b70f5acfbf344508cdcac0d87401829b3073616dcf15dcfe337196ebcdc \
312+
&& curl -sL https://github.com/adobe-apiplatform/api-gateway-zmq-adaptor/archive/${ZMQ_ADAPTOR_VERSION}.tar.gz -o /tmp/api-gateway-zmq-adaptor-${ZMQ_ADAPTOR_VERSION} \
313+
&& echo "${ZMQ_ADAPTOR_SHA256} /tmp/api-gateway-zmq-adaptor-${ZMQ_ADAPTOR_VERSION}" | sha256sum -c - \
314+
>>>>>>> Stashed changes
309315
&& apk update \
310316
&& apk add check-dev g++ gcc \
311317
&& cd /tmp/ \

0 commit comments

Comments
 (0)