mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-05 03:15:46 +00:00
Fixed Docker to build using Ubuntu 20.04 (#825)
This commit is contained in:
committed by
GitHub
parent
793c4ad0f0
commit
aab52fff8f
@ -1,4 +1,4 @@
|
||||
FROM --platform=linux/amd64 ubuntu:22.04
|
||||
FROM --platform=linux/amd64 ubuntu:20.04
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG USERNAME=devuser
|
||||
@ -24,4 +24,4 @@ RUN mkdir -p /${OpenBK7231T_App} && chown ${USERNAME} /${OpenBK7231T_App}
|
||||
|
||||
USER ${USERNAME}
|
||||
|
||||
CMD ["/build_target_platforms.sh"]
|
||||
CMD ["/build_target_platforms.sh"]
|
||||
|
||||
Reference in New Issue
Block a user