Skip to content

Commit

Permalink
update Docker file with expect
Browse files Browse the repository at this point in the history
Signed-off-by: Qinghao Shi <[email protected]>
  • Loading branch information
jamesbeyond committed May 9, 2024
1 parent a96607a commit 7b4a2d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/PushDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
paths:
- 'docker/xuantie-qemu/Dockerfile'

env:
DOCKER_REGISTRY: ghcr.io/ruyisdk/linux-xuantie-kernel/xuantie-qemu

jobs:
docker-build-push:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions docker/xuantie-qemu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ RUN set -x \
z3 \
texinfo \
sudo \
expect \
cpio \
rsync \
# python3
python3 \
python3-pip \
Expand Down

0 comments on commit 7b4a2d2

Please sign in to comment.