Skip to content

Commit

Permalink
link missing tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dudizimber committed Dec 29, 2024
1 parent d67642b commit 80452f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ RUN wget https://download.redis.io/redis-stable.tar.gz && \
cd redis-stable && \
make && \
make install && \
cd ..
cd ..

# Add link to not found tools
RUN ln -s aclocal /usr/bin/aclocal-1.14 && \
ln -s automake /usr/bin/automake-1.14

0 comments on commit 80452f8

Please sign in to comment.