update dev.

This commit is contained in:
amass 2024-10-10 20:58:38 +08:00
parent e4e085908b
commit f3ca4138bf
3 changed files with 5 additions and 6 deletions

View File

@ -35,7 +35,7 @@ jobs:
resources/build.sh build ${file} resources/build.sh build ${file}
done done
- name: Clean <none> Docker Image - name: Clean <none> Docker Image
run: docker images -f "dangling=true" -q | xargs -r docker rmi; exit 0 run: docker images -f "dangling=true" -q | xargs -r docker rmi || true
- name: Notify-End - name: Notify-End
if: ${{ always() }} if: ${{ always() }}
run: | run: |

View File

@ -29,9 +29,6 @@ RUN mkdir /var/run/sshd \
EXPOSE 1022 EXPOSE 1022
RUN git config --global user.email "168062547@qq.com" \
&& git config --global user.name "amass"
RUN cd /root \ RUN cd /root \
&& wget https://frp-by1.wwvvww.cn:44048/s/boost_1_86_0/download -O boost_1_86_0.tar.gz \ && wget https://frp-by1.wwvvww.cn:44048/s/boost_1_86_0/download -O boost_1_86_0.tar.gz \
&& tar xvf boost_1_86_0.tar.gz > /dev/null \ && tar xvf boost_1_86_0.tar.gz > /dev/null \
@ -43,7 +40,9 @@ RUN cd /root \
ENV LD_LIBRARY_PATH=/opt/Libraries/boost_1_86_0/lib:$LD_LIBRARY_PATH ENV LD_LIBRARY_PATH=/opt/Libraries/boost_1_86_0/lib:$LD_LIBRARY_PATH
CMD ["service", "ssh", "start", "-D"] CMD ["service", "ssh", "start", "-D"]
ENV LANG C.UTF-8 ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
ENV TERM=xterm-256color
# docker build --progress=tty -f ubuntu1604.dockerfile -t frp-by1.wwvvww.cn:45288/ubuntu_dev:16.04 . # docker build --progress=tty -f ubuntu1604.dockerfile -t frp-by1.wwvvww.cn:45288/ubuntu_dev:16.04 .
# docker push frp-by1.wwvvww.cn:45288/ubuntu_dev:16.04 # docker push frp-by1.wwvvww.cn:45288/ubuntu_dev:16.04