Testing dynamic Jenkinsfile
This commit is contained in:
parent
505b48ef8f
commit
da09b65dc5
|
|
@ -16,7 +16,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libmbedtls-dev
|
libmbedtls-dev
|
||||||
COPY --from=build /usr/local/* /usr/local/
|
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
|
ENV PATH=${PATH}:/usr/local-other/bin
|
||||||
RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
|
RUN git clone https://github.com/Retropikzel/compile-r7rs.git --depth=1
|
||||||
RUN cd compile-r7rs && make && make install
|
RUN cd compile-r7rs && make && make install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue