Skip to content

Commit

Permalink
fix: fix uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela committed Oct 26, 2023
1 parent 3de31d6 commit 184b9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile/MaaS3Jenkins-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN rm -f /etc/update-motd.d/60-unminimize

# 安装必要的工具
RUN apt update
RUN DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -o "Dpkg::Options::=--force-confold" --no-install-recommends curl ca-certificates git
RUN DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt install -y -o "Dpkg::Options::=--force-confold" --no-install-recommends curl ca-certificates git uuid-runtime
RUN curl https://dl.min.io/client/mc/release/linux-amd64/mc -o /root/mc && chmod +x /root/mc
RUN cd /root && git clone --depth 1 https://github.com/MaaAssistantArknights/MaaRelease.git
RUN cd /root/MaaRelease/scripts && npm run ciInCI
Expand All @@ -20,6 +20,6 @@ COPY --from=BUILD /root/mc /root/mc
COPY --from=BUILD /root/MaaRelease/scripts /root/MaaRelease/scripts

# 安装必要的工具
RUN apk add --no-cache git uuidgen python3
RUN apk add --no-cache git python3
RUN ls -lh /root/MaaRelease
RUN ls -lh /root/MaaRelease/scripts

0 comments on commit 184b9b4

Please sign in to comment.