Skip to content

Commit

Permalink
add update.
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM committed Jun 21, 2024
1 parent 476c4e4 commit 705fda2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/tpl-ubi-clang-cuda-12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ ENV GEOSX_TPL_DIR=$INSTALL_DIR

# RUN dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

RUN dnf install -y epel-release-latest-8
RUN dnf -y update && \
dnf install -y epel-release-latest-8

RUN dnf clean all && \
dnf -y update && \
Expand Down

0 comments on commit 705fda2

Please sign in to comment.