mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 03:26:51 +03:00
refactor: New docker files for build process
This commit is contained in:
9
Dockerfile-apk
Normal file
9
Dockerfile-apk
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM itdoginfo/openwrt-sdk-apk:latest
|
||||
|
||||
ARG PKG_VERSION
|
||||
ENV PKG_VERSION=${PKG_VERSION}
|
||||
|
||||
COPY ./podkop /builder/package/feeds/utilites/podkop
|
||||
COPY ./luci-app-podkop /builder/package/feeds/luci/luci-app-podkop
|
||||
|
||||
RUN make defconfig && make package/podkop/compile && make package/luci-app-podkop/compile V=s -j4
|
||||
Reference in New Issue
Block a user