Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 20:59:28 +03:00
parent da09b65dc5
commit 93e6c63e53
1 changed files with 1 additions and 2 deletions

View File

@ -16,9 +16,8 @@ RUN apt-get update && apt-get install -y \
build-essential \
libffi-dev \
libmbedtls-dev
COPY --from=build /usr/local/bin/sash /usr/local/bin
COPY --from=build /usr/local/bin/sash /usr/local/bin/
COPY --from=build /usr/local/lib/* /usr/local/lib/
ENV PATH=${PATH}:/usr/local-other/bin
RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
RUN cd compile-r7rs && make && make install