Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzsarun committed Sep 21, 2023
1 parent e7c7f57 commit bb29a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RUN yum install -y --enablerepo=osg-contrib \
jsoncpp \
jsoncpp-devel

RUN pip3 install pytest

COPY . .

RUN mkdir -p build && \
Expand Down
1 change: 0 additions & 1 deletion docker/Dockerfile.rpm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN yum -y update && \

RUN dnf group install -y "Development Tools"

# CMS TFC dependency
# CMS TFC dependency
RUN yum install -y --enablerepo=osg-contrib \
cmake \
Expand Down

0 comments on commit bb29a09

Please sign in to comment.