Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mslovecc authored Jan 26, 2024
1 parent 432960d commit 70a7731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM scratch

# FIRMWARE 使用远程的URL地址的.tar.gz包时不会自动解压,因此只能添加本地文件
RUN wget https://github.com/mslovecc/openwrt-armvirt-v22.03.6/releases/download/2024.01.26-0939/openwrt-armvirt-64-default-rootfs.tar.gz -O openwrt.tar.gz
# RUN wget https://github.com/mslovecc/openwrt-armvirt-v22.03.6/releases/download/2024.01.26-0939/openwrt-armvirt-64-default-rootfs.tar.gz -O openwrt.tar.gz
ADD openwrt.tar.gz /

EXPOSE 80
Expand Down

0 comments on commit 70a7731

Please sign in to comment.