Compare commits
11 Commits
v0.1.3
...
4aaccfc635
| Author | SHA1 | Date | |
|---|---|---|---|
| 4aaccfc635 | |||
| a78750013a | |||
| c6483a0c9a | |||
| 9a760e3693 | |||
| 21958a895e | |||
| da34ef84e3 | |||
| fd7ffee647 | |||
| 13e943e32b | |||
| 1465691595 | |||
| 0f92c0443c | |||
| 1112e0c1f2 |
@@ -7,8 +7,8 @@ RUN apt update \
|
|||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# 複製私人證書到容器中
|
# 複製私人證書到容器中
|
||||||
COPY rootCA.pem /usr/local/share/ca-certificates/rootCA.crt
|
COPY ./JSC.Downloader/rootCA.pem /usr/local/share/ca-certificates/rootCA.crt
|
||||||
COPY jsc.idv.me+4.pem /usr/local/share/ca-certificates/jsc.idv.me+4.crt
|
COPY ./JSC.Downloader/jsc.idv.me+4.pem /usr/local/share/ca-certificates/jsc.idv.me+4.crt
|
||||||
|
|
||||||
# 複製入口腳本到容器中
|
# 複製入口腳本到容器中
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user