Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve start script
Browse files Browse the repository at this point in the history
Signed-off-by: duanmengkk <[email protected]>
duanmengkk committed Dec 11, 2024
1 parent cf9514a commit 1694ae6
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/images/agent.Dockerfile
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ RUN sed -i 's|http://ports.ubuntu.com/ubuntu-ports|http://mirrors.aliyun.com/ubu
sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.aliyun.com/ubuntu/|' /etc/apt/sources.list

RUN apt-get update && \
apt-get install -y rsync pwgen
apt-get install -y rsync pwgen sudo

COPY ${BINARY} /app

2 changes: 1 addition & 1 deletion cluster/images/buildx.agent.Dockerfile
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ RUN sed -i 's|http://ports.ubuntu.com/ubuntu-ports|http://mirrors.aliyun.com/ubu
sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.aliyun.com/ubuntu/|' /etc/apt/sources.list

RUN apt-get update && \
apt-get install -y rsync pwgen
apt-get install -y rsync pwgen sudo

COPY ${TARGETPLATFORM}/${BINARY} /app

0 comments on commit 1694ae6

Please sign in to comment.