Skip to content

Commit

Permalink
image: add wget, curl and zip to manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Sep 6, 2024
1 parent 851e2e2 commit 2bfd4ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ADD libdecor-devel-0.1.0-3.el8.x86_64.rpm libdecor-0.1.0-3.el8.x86_64.rpm /

# install deps
RUN yum -y update && yum clean all && \
yum -y install rh-python38 ccache fuse fuse3 sudo \
yum -y install wget curl zip unzip rh-python38 ccache fuse fuse3 sudo \
libX11-devel libXi-devel libXcursor-devel libxkbcommon-devel libXrandr-devel wayland-devel wayland-protocols-devel dbus-devel ibus-devel SDL2-devel \
gcc-aarch64-linux-gnu gcc-c++-aarch64-linux-gnu binutils-aarch64-linux-gnu

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ any broken dependencies error during installation.

# Installed packages

- `wget`
- `curl`
- `zip`
- `unzip`
- `ccache`
- `sudo`
- `rh-python38` (configured as `python3`)
Expand Down

0 comments on commit 2bfd4ed

Please sign in to comment.