Skip to content

Commit

Permalink
fix: 修复 arm64 不能下载 https 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Feb 6, 2021
1 parent a1fa7ad commit b0523f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ USER root

RUN mkdir /var/lock
RUN opkg update
RUN opkg install ca-certificates kmod-tun
RUN opkg install libustream-mbedtls ca-certificates kmod-tun

ADD uu_prepare /etc/init.d/uu_prepare
RUN /etc/init.d/uu_prepare enable
Expand Down

0 comments on commit b0523f0

Please sign in to comment.