Skip to content

Commit

Permalink
fix: added unzip to container and related test
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny-Knighten committed Nov 27, 2023
1 parent 6fa6ac9 commit 470e128
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ RUN set -x && \
supervisor=4.2.1-1ubuntu1 \
cron=3.0pl1-137ubuntu3 \
tzdata=2023c-0ubuntu0.22.04.2 \
zip=3.0-12build2&& \
zip=3.0-12build2 \
unzip=6.0-26ubuntu3.1 && \
rm -rf /var/lib/apt/lists/*

WORKDIR /opt/glorious_eggroll
Expand Down
6 changes: 6 additions & 0 deletions tests/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ perform_test "Verify zip is Installed" \
johnnyknighten/ark-sa-server:latest \
-v > /dev/null 2>&1'

perform_test "Verify unzip is Installed" \
'docker run --rm \
--entrypoint unzip \
johnnyknighten/ark-sa-server:latest \
-v > /dev/null 2>&1'

perform_test "Verify GE's Wine Proton Fork's Directory Exists" \
"docker run --rm \
--entrypoint test \
Expand Down

0 comments on commit 470e128

Please sign in to comment.