add: dockerfile
This commit is contained in:
parent
059de4981c
commit
de2400cdf2
15
Dockerfile
15
Dockerfile
@ -1,15 +1,18 @@
|
||||
FROM debian
|
||||
|
||||
RUN apt update
|
||||
RUN apt upgrade
|
||||
RUN yes y | apt upgrade
|
||||
|
||||
RUN apt install make
|
||||
RUN apt install cmake
|
||||
RUN apt install git
|
||||
RUN apt install wget
|
||||
RUN yes y | apt install git
|
||||
RUN yes | apt install wget
|
||||
RUN yes y | apt install g++
|
||||
|
||||
# install the dpp lib
|
||||
RUN apt install wget
|
||||
RUN yes y | apt install cmake
|
||||
RUN yes y | apt install wget
|
||||
RUN yes y | apt install libsodium23
|
||||
RUN yes y | apt install libopus0
|
||||
RUN wget -O dpp.deb https://dl.dpp.dev/
|
||||
RUN dpkg -i dpp.deb
|
||||
|
||||
@ -19,4 +22,6 @@ WORKDIR /app
|
||||
|
||||
RUN make
|
||||
|
||||
COPY src/config.h src/config.h
|
||||
|
||||
ENTRYPOINT ["./PyMenu"]
|
Loading…
Reference in New Issue
Block a user