File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11FROM alpine
22LABEL maintainer="HyperOne"
33WORKDIR /data
4- RUN apk add --repository "http://dl-cdn.alpinelinux.org/alpine/edge/testing" h1-cli
4+ # RUN apk add --repository "http://dl-cdn.alpinelinux.org/alpine/edge/testing" h1-cli
5+ RUN wget -c https://github.com/hyperonecom/h1-cli/releases/download/v2.3.2/h1-linux.tar.gz -O - | tar -xz -C /bin
56RUN apk add --no-cache curl git less rsync wget nano mc vim mariadb-client openssh-sftp-server zip unzip subversion postgresql-client
67RUN ln -s /usr/lib/ssh/sftp-server /usr/bin/sftp-server
78RUN adduser --uid 23456 --disabled-password --gecos "" --home /data run-user && chown run-user:run-user -R /data
Original file line number Diff line number Diff line change 11FROM alpine
22LABEL maintainer="HyperOne"
33WORKDIR /data
4- RUN apk add --repository "http://dl-cdn.alpinelinux.org/alpine/edge/testing" h1-cli
4+ # RUN apk add --repository "http://dl-cdn.alpinelinux.org/alpine/edge/testing" h1-cli
5+ RUN wget -c https://github.com/hyperonecom/h1-cli/releases/download/v2.3.2/h1-linux.tar.gz -O - | tar -xz -C /bin
56RUN apk add --no-cache curl git less rsync wget nano mc vim mariadb-client openssh-sftp-server zip unzip subversion postgresql-client
67RUN ln -s /usr/lib/ssh/sftp-server /usr/bin/sftp-server
78RUN adduser --uid 23456 --disabled-password --gecos "" --home /data run-user && chown run-user:run-user -R /data
You can’t perform that action at this time.
0 commit comments