davidradl commented on code in PR #26239:
URL: https://github.com/apache/flink/pull/26239#discussion_r1981880531


##########
.github/workflows/template.flink-ci.yml:
##########
@@ -316,7 +316,7 @@ jobs:
           maven_repo_folder: ${{ env.MAVEN_REPO_FOLDER }}
 
       - name: "Install missing packages"
-        run: sudo apt-get install -y net-tools docker-compose zip
+        run: sudo apt-get install -y net-tools docker compose zip

Review Comment:
   is this right. We are installing docker-compose not using the command line 
docker-compose. l suspect that we want to remove the word `compose`; as we are 
not installing something called compose. I suggest
   `run: sudo apt-get install -y net-tools docker zip`
    



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to