Skip to content

Commit

Permalink
actions: install make first
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Haleblian committed Jul 2, 2024
1 parent 2902af4 commit 4e13222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

FROM rockylinux:9
WORKDIR /root

RUN yum update -y
RUN yum install -y git make gcc-c++ cmake zip
COPY Makefile .

## Fetch dependencies.
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ default: clone configure
(cd build && make -j 2)

dependencies:
yum update -y
yum install -y git make gcc-c++ cmake zip
yum install -y zlib-devel libpng-devel boost-devel libjpeg-devel libtiff-devel python-devel
dnf --enablerepo devel install -y openexr-devel pybind11-devel

Expand Down

0 comments on commit 4e13222

Please sign in to comment.