Skip to content

Commit 5ba0b1c

Browse files
committed
test(ci): modify base image Dockerfiles to test workflow
1 parent 668b504 commit 5ba0b1c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

infra/base-images/base-builder/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,4 @@ COPY --from=gcr.io/oss-fuzz-base/indexer /indexer/build/indexer /opt/indexer/ind
230230
RUN chmod a+x /opt/indexer/indexer /opt/indexer/index_build.py
231231

232232
CMD ["compile"]
233+
# Test comment

infra/base-images/base-builder/ubuntu-20-04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,4 @@ COPY --from=gcr.io/oss-fuzz-base/indexer /indexer/build/indexer /opt/indexer/ind
230230
RUN chmod a+x /opt/indexer/indexer /opt/indexer/index_build.py
231231

232232
CMD ["compile"]
233+
# Test comment

infra/base-images/base-builder/ubuntu-24-04.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,4 @@ RUN cd /tmp && git clone https://github.com/NixOS/patchelf && \
230230
rm -rf /tmp/patchelf && apt-get remove -y autoconf
231231

232232
CMD ["compile"]
233+
# Test comment

0 commit comments

Comments
 (0)