1616# # limitations under the License.
1717# #
1818
19- FROM anms-init AS deps-base
19+ FROM localhost/ anms-init AS deps-base
2020RUN --mount=type=cache,target=/var/cache/yum \
2121 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
2222RUN --mount=type=cache,target=/var/cache/yum \
@@ -95,7 +95,6 @@ COPY dtnma-tools/cmake /usr/local/src/dtnma-tools/cmake
9595COPY dtnma-tools/src /usr/local/src/dtnma-tools/src
9696COPY dtnma-tools/test /usr/local/src/dtnma-tools/test
9797COPY dtnma-tools/CMakeLists.txt /usr/local/src/dtnma-tools/
98- RUN ls -lt /usr/local/src/dtnma-tools/
9998RUN cd /usr/local/src/dtnma-tools && \
10099 cmake -S . -B build/default \
101100 -DCMAKE_BUILD_TYPE=Debug \
@@ -122,7 +121,6 @@ COPY dtnma-tools/cmake /usr/local/src/dtnma-tools/cmake
122121COPY dtnma-tools/src /usr/local/src/dtnma-tools/src
123122COPY dtnma-tools/test /usr/local/src/dtnma-tools/test
124123COPY dtnma-tools/CMakeLists.txt /usr/local/src/dtnma-tools/
125- RUN ls -lt /usr/local/src/dtnma-tools/
126124RUN cd /usr/local/src/dtnma-tools && \
127125 cmake -S . -B build/default \
128126 -DCMAKE_BUILD_TYPE=Debug \
@@ -150,7 +148,6 @@ COPY dtnma-tools/cmake /usr/local/src/dtnma-tools/cmake
150148COPY dtnma-tools/src /usr/local/src/dtnma-tools/src
151149COPY dtnma-tools/test /usr/local/src/dtnma-tools/test
152150COPY dtnma-tools/CMakeLists.txt /usr/local/src/dtnma-tools/
153- RUN ls -lt /usr/local/src/dtnma-tools/
154151RUN cd /usr/local/src/dtnma-tools && \
155152 cmake -S . -B build/default \
156153 -DCMAKE_BUILD_TYPE=Debug \
0 commit comments