We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a59ee commit 571f1c3Copy full SHA for 571f1c3
scripts/images/backend/Dockerfile
@@ -1,8 +1,6 @@
1
FROM maven:3-eclipse-temurin-8 AS datax-builder
2
3
-RUN sed -i "s@http://.*archive.ubuntu.com@http://mirrors.huaweicloud.com@g" /etc/apt/sources.list && \
4
- sed -i "s@http://.*security.ubuntu.com@http://mirrors.huaweicloud.com@g" /etc/apt/sources.list && \
5
- apt-get update && \
+RUN apt-get update && \
6
apt-get install -y git && \
7
git clone https://github.com/alibaba/DataX.git
8
0 commit comments