.gitlab-ci.yml updated v62
This commit is contained in:
parent
9727e02c16
commit
eed71888c9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM mirror.gcr.io/openjdk:17-alpine
|
||||
FROM mirror.gcr.io/openjdk:17-slim
|
||||
|
||||
ENV CLEARING_HOME="/opt/clearing"
|
||||
ENV CLEARING_HOME_BIN="/opt/clearing/bin"
|
||||
|
|
@ -37,7 +37,7 @@ RUN sed -i 's/\r$//' $CLEARING_HOME/clearing_testing_utils/clearing-checker/*.sh
|
|||
RUN sed -i 's/\r$//' $CLEARING_HOME/clearing_testing_utils/clearing-converter/*.sh
|
||||
RUN sed -i 's/\r$//' $CLEARING_HOME/clearing_testing_utils/clearing-tester/*.sh
|
||||
|
||||
RUN apk update && apk add git make libc-dev gcc
|
||||
RUN apt update && apt install -y git make libc-dev gcc
|
||||
RUN git clone https://github.com/wolfcw/libfaketime.git
|
||||
RUN make install -C libfaketime/src/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue