Compare commits
3 Commits
v1.0
...
17281f982e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17281f982e | ||
|
|
a8a6bd66cc | ||
|
|
1af23dcd33 |
@@ -1,40 +0,0 @@
|
|||||||
FROM alpine:3.21
|
|
||||||
|
|
||||||
# del offical mirrors
|
|
||||||
#RUN sed -i '/^#/!d' /etc/apk/repositories
|
|
||||||
|
|
||||||
# rm && touch /etc/apk/repositories
|
|
||||||
#RUN rm /etc/apk/repositories && touch /etc/apk/repositories
|
|
||||||
|
|
||||||
# echo mirrors.tuna.tsinghua.edu.cn (CHINA)
|
|
||||||
#RUN echo "https://mirrors.tuna.tsinghua.edu.cn/alpine/v3.21/main" >> /etc/apk/repositories
|
|
||||||
#RUN echo "https://mirrors.tuna.tsinghua.edu.cn/alpine/v3.21/community" >> /etc/apk/repositories
|
|
||||||
#RUN echo "https://mirrors.tuna.tsinghua.edu.cn/plpine/v3.21/testing" >> /etc/apk/repositories
|
|
||||||
|
|
||||||
# echo mirrors.ustc.edu.cn (CHINA)
|
|
||||||
#RUN echo "https//mirrors.ustc.edu.cn/alpine/v3.21/main" >> /etc/apk/repositories
|
|
||||||
#RUN echo "https://mirrors.ustc.edu.cn/alpine/v3.21/community" >> /etc/apk/repositories
|
|
||||||
#RUN echo "https://mirrors.ustc.edu.cn/alpine/v3.21/testing" >> /etc/apk/repositories
|
|
||||||
|
|
||||||
# echo dl-cdn.alpinelinux.org (OFFICAL)
|
|
||||||
#RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/main" >> /etc/apk/repositories
|
|
||||||
#RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/community" >> /etc/apk/repositories
|
|
||||||
#RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/testing" >> /etc/apk/repositories
|
|
||||||
|
|
||||||
# ping (TEST)
|
|
||||||
#RUN ping baidu.com
|
|
||||||
|
|
||||||
# apk update
|
|
||||||
RUN apk update
|
|
||||||
|
|
||||||
# install page--"build-base | alpine-sdk | zlib-dev | ncurses-dev | wget | curl | w3m | lftp | openssh | screen | vim | nano | bash | coreutils | tar | unzip net-tools | htop | git |"
|
|
||||||
RUN apk add --no-cache build-base alpine-sdk zlib-dev ncurses-dev wget curl w3m lftp openssh screen vim nano bash coreutils tar unzip net-tools htop git
|
|
||||||
|
|
||||||
# cd root
|
|
||||||
RUN cd /root
|
|
||||||
|
|
||||||
# mkdir mlt
|
|
||||||
RUN mkdir mlt
|
|
||||||
|
|
||||||
# WORK IN /root/mlt
|
|
||||||
WORKDIR /root/mlt
|
|
||||||
@@ -53,7 +53,7 @@ RUN apk add --no-cache build-base \
|
|||||||
zstd \
|
zstd \
|
||||||
bc \
|
bc \
|
||||||
perl \
|
perl \
|
||||||
ncurses \
|
ncurses-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
elfutils \
|
elfutils \
|
||||||
flex \
|
flex \
|
||||||
|
|||||||
3
v1.0/warning
Normal file
3
v1.0/warning
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
warning: 警告!这个是正在构建中的的容器蓝图
|
||||||
|
|
||||||
|
- 不保证可以使用!!!
|
||||||
Reference in New Issue
Block a user