Remaking the Jenkinsfile
This commit is contained in:
parent
644fc7d292
commit
f8cae9fef4
|
|
@ -9,6 +9,6 @@ RUN apt-get update && apt-get install -y \
|
|||
git make libffi8 libgc1 libssl3 libuv1 build-essential libffi-dev libmbedtls-dev
|
||||
COPY --from=build /usr/local-other/ /usr/local-other/
|
||||
ENV PATH=${PATH}:/usr/local-other/bin
|
||||
RUN git clone https://gitea.scheme.org/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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue