Skip to content
Snippets Groups Projects
Commit e508fe14 authored by Zi Guang's avatar Zi Guang
Browse files

add res

parent 2b9f9526
No related branches found
No related tags found
No related merge requests found
Pipeline #755 failed with stages
in 4 minutes and 23 seconds
...@@ -15,8 +15,8 @@ ARG url_delegate=http://1.ali.recolic.org:25580/linux2.6-dg9_9_13.tar.gz ...@@ -15,8 +15,8 @@ ARG url_delegate=http://1.ali.recolic.org:25580/linux2.6-dg9_9_13.tar.gz
WORKDIR / WORKDIR /
RUN wget "${url_alilang}" -O alilang.deb && wget "${url_delegate}" -O linux2.6-dg9_9_13.tar.gz && \ RUN wget "${url_alilang}" -O alilang.deb && wget "${url_delegate}" -O linux2.6-dg9_9_13.tar.gz && \
apt install -y ./alilang.deb && rm alilang.deb && \ apt install -y ./alilang.deb && tar xvzf linux2.6-dg9_9_13.tar.gz && \
tar xvzf linux2.6-dg9_9_13.tar.gz && cd dg9_9_13/DGROOT rm alilang.deb linux2.6-dg9_9_13.tar.gz
COPY entry_r.sh /entry_r.sh COPY entry_r.sh /entry_r.sh
RUN chmod +x entry_r.sh RUN chmod +x entry_r.sh
......
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment