Skip to content

Commit

Permalink
execute 'apt update' to install missed packages required by curl
Browse files Browse the repository at this point in the history
Signed-off-by: Jianguo Ma <[email protected]>
  • Loading branch information
majguo committed Aug 8, 2024
1 parent 6dd8358 commit 59a2f4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public Map<String, String> start() {

try {
// Fetch the SSL certificate from the emulator
server.execInContainer("apt", "update");
server.execInContainer("apt", "install", "curl", "-y");
server.execInContainer(
"curl", "-k", "-o", "/tmp/cosmos_emulatorcert.pem",
Expand Down

0 comments on commit 59a2f4f

Please sign in to comment.