Skip to content

Commit

Permalink
Omit using rclone Alpine package in tests (cronokirby/saferith#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 12, 2023
1 parent 25c2479 commit 9d8e95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

@test "APK_INSTALL_PACKAGES installs packages" {
run docker run --rm --pull never --platform $PLATFORM \
-e APK_INSTALL_PACKAGES=openssl,rclone \
-e APK_INSTALL_PACKAGES=openssl,make \
$IMAGE apk list
[ "$status" -eq 0 ]
[ ! "$output" = '' ]
Expand Down

0 comments on commit 9d8e95a

Please sign in to comment.