add devenv and devcontainer to manage environmnet
This commit is contained in:
15
.devcontainer/Dockerfile
Normal file → Executable file
15
.devcontainer/Dockerfile
Normal file → Executable file
@@ -1,3 +1,14 @@
|
||||
FROM localhost/arm-himix200-linux
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt install unzip
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get -y install software-properties-common && add-apt-repository -y ppa:xmake-io/xmake \
|
||||
&& apt-get update && apt-get -y install xmake make unzip g++ git curl wget cmake\
|
||||
&& echo "export XMAKE_ROOT=y" >> /etc/profile
|
||||
|
||||
RUN apt-get -y install bzip2 libc6-i386 lib32z1 lib32stdc++6 zlib1g-dev libncurses5-dev \
|
||||
ncurses-term libncurses-dev libssl-dev openssl bc
|
||||
# No Packages: gawk texinfo texlive
|
||||
|
||||
# For project
|
||||
RUN echo "export LD_LIBRARY_PATH=/workspaces/CatFeeder/arm-himix200-linux/libexec/gcc/arm-linux-gnueabi/6.3.0" >> /etc/profile
|
||||
|
Reference in New Issue
Block a user