Skip to content

Commit 81c8e8c

Browse files
author
ffffwh
committed
update ftp host in Dockerfile
1 parent 0f67215 commit 81c8e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-images/example/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN groupadd -r dtle -g 1001 && useradd -u 1001 -r -g dtle -m -d $DTLE_HOME -s /
1818
#
1919
RUN yum install -y iproute && \
2020
yum clean all && \
21-
curl -fSL -O -u ftp:ftp ftp://10.186.18.20/actiontech-dtle/qa/$DTLE_VERSION/dtle-$DTLE_VERSION-qa.x86_64.rpm && \
21+
curl -fSL -O -u ftpuser:ftpuser ftp://10.186.18.90/actiontech-dtle/qa/$DTLE_VERSION/dtle-$DTLE_VERSION-qa.x86_64.rpm && \
2222
rpm -ivh --prefix=/dtle dtle-$DTLE_VERSION-qa.x86_64.rpm && \
2323
rm dtle-$DTLE_VERSION-qa.x86_64.rpm
2424

0 commit comments

Comments
 (0)