Commit 6e728d6b authored by nanahira's avatar nanahira

dry run

parent 8cf6ae9f
Pipeline #3059 passed with stages
in 3 minutes and 17 seconds
...@@ -17,7 +17,7 @@ build: ...@@ -17,7 +17,7 @@ build:
tags: tags:
- docker - docker
script: script:
- docker build --pull -t $CONTAINER_TEST_IMAGE . - docker build --pull --no-cache -t $CONTAINER_TEST_IMAGE .
- docker build -t $CONTAINER_TEST_IMAGE_X -f Dockerfile.x --build-arg BASE_IMAGE=$CONTAINER_TEST_IMAGE . - docker build -t $CONTAINER_TEST_IMAGE_X -f Dockerfile.x --build-arg BASE_IMAGE=$CONTAINER_TEST_IMAGE .
- docker push $CONTAINER_TEST_IMAGE - docker push $CONTAINER_TEST_IMAGE
- docker push $CONTAINER_TEST_IMAGE_X - docker push $CONTAINER_TEST_IMAGE_X
......
...@@ -5,7 +5,8 @@ RUN apt update && \ ...@@ -5,7 +5,8 @@ RUN apt update && \
apt -y install xdg-utils firefox-esr && \ apt -y install xdg-utils firefox-esr && \
rm -rf /var/tmp/* /tmp/* /var/lib/apt/lists/* rm -rf /var/tmp/* /tmp/* /var/lib/apt/lists/*
RUN wget -O plugins/mirai-login-solver-selenium.jar https://maven.aliyun.com/repository/public/net/mamoe/mirai-login-solver-selenium/1.0-dev-17/mirai-login-solver-selenium-1.0-dev-17-all.jar RUN wget -O plugins/mirai-login-solver-selenium.jar https://maven.aliyun.com/repository/public/net/mamoe/mirai-login-solver-selenium/1.0-dev-17/mirai-login-solver-selenium-1.0-dev-17-all.jar && \
./mcl --dry-run
ENV DISPLAY=:0 ENV DISPLAY=:0
CMD ["java", "-jar", "mcl.jar"] CMD ["java", "-jar", "mcl.jar"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment