Skip to content

Commit

Permalink
build: add unzip to docker build (#6733)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jul 1, 2023
1 parent dd10c86 commit f191eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- main
- chandler

workflow_dispatch:

concurrency:
group: Docker ${{ github.ref }}
cancel-in-progress: true
Expand Down
1 change: 1 addition & 0 deletions scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
bash \
busybox-static \
unzip \
; \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f191eda

Please sign in to comment.