Skip to content

Commit

Permalink
ci: add mysql client in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shiipou authored Jun 11, 2024
1 parent 97b2463 commit 3b04f0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
repository: 'pelican-dev/panel'

- name: Add mysql client
run: |
echo "RUN apk add --no-cache mysql-client" >> Dockerfile
- name: Docker metadata
id: docker_meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 3b04f0f

Please sign in to comment.