sudswas commented on a change in pull request #3133: Subtle changes to support S390X deployment of OpenWhisk URL: https://github.com/apache/incubator-openwhisk/pull/3133#discussion_r169703654
########## File path: core/invoker/Dockerfile.s390x ########## @@ -0,0 +1,15 @@ +FROM scala + +RUN apt-get update \ + && DEBIAN_FRONTEND="noninteractive" apt-get install -y docker.io \ Review comment: @jonpspri @csantanapr is it ok to have any docker version here? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
