Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoineausf committed Jul 5, 2023
1 parent 92bc542 commit f7fa436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions carbonj.service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems && \
perl-Data-Dumper && \
yum clean all

RUN pip3 install --upgrade pip

# Install aiohttp required by the script
RUN pip3 install aiohttp

Expand Down

0 comments on commit f7fa436

Please sign in to comment.