Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
d1023718
Commit
d1023718
authored
Jan 23, 2024
by
fuyanbin
Browse files
安装根证书,支持访问https链接
parent
390cec29
Changes
1
Show whitespace changes
Inline
Side-by-side
Docker/Dockerfile
0 → 100755
View file @
d1023718
FROM
ubuntu:22.04
RUN
apt-get update
&&
DEBIAN_FRONTEND
=
noninteractive apt-get
install
--no-install-recommends
--force-yes
-y
\
bc
\
iputils-ping
\
iproute2
\
openssl
\
bzip2
\
udisks2
\
coreutils
\
p7zip-full
\
wget
\
unzip
\
zip
\
git
\
curl
\
simg2img
\
file
\
openssh-client
\
ca-certificates
\
&&
apt-get clean all
# custom tools
COPY
tools/upload.sh /usr/bin
COPY
tools/upload /usr/bin
RUN
mkdir
-p
/root/.ssh
&&
chmod
0700 /root/.ssh
RUN
ls
-l
/root/.ssh
COPY
Docker/id_rsa /root/.ssh
RUN
chown
root:root
-R
/root/.ssh
COPY
Docker/start.sh /start.sh
ENTRYPOINT
["/start.sh"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment