Skip to content

Commit

Permalink
Copy setup-centos8.sh in circleci-container.dockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Jan 24, 2024
1 parent ef8783f commit 95c3c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/circleci-container.dockfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#
FROM quay.io/centos/centos:stream8
ARG cpu_target
COPY scripts/setup-centos8.sh /
COPY scripts/setup-circleci.sh /
COPY scripts/setup-helper-functions.sh /
RUN mkdir build && ( cd build && CPU_TARGET="$cpu_target" bash /setup-circleci.sh ) && rm -rf build

0 comments on commit 95c3c3d

Please sign in to comment.