diff --git a/Dockerfile.linux b/Dockerfile.linux index f7a494146e..e27bf40516 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -21,7 +21,7 @@ COPY shared_functions.sh shared_functions.sh RUN chmod +x shared_functions.sh # Single CMD with all required commands -RUN /bin/bash -c "source shared_functions.sh && verify_packages" #todo: improve function name +RUN /bin/bash -c "source shared_functions.sh && verify_packages &&" # Stage 3: Downloader FROM ubuntu:16.04@sha256:1f1a2d56de1d604801a9671f301190704c25d604a416f59e03c04f5c6ffee0d6 as downloader