mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
I2P -> .NET
This commit is contained in:
parent
f176f1909b
commit
fdb0ce6703
272 changed files with 5702 additions and 8931 deletions
|
@ -4,8 +4,8 @@ RUN apt-get update && apt-get install -y libboost-dev libboost-filesystem-dev \
|
|||
libboost-program-options-dev libboost-date-time-dev \
|
||||
libssl-dev git build-essential
|
||||
|
||||
RUN git clone https://github.com/PurpleI2P/i2pd.git
|
||||
WORKDIR /i2pd
|
||||
RUN git clone https://github.com/PurpleI2P/dotnet.git
|
||||
WORKDIR /dotnet
|
||||
RUN make
|
||||
|
||||
CMD ./i2pd
|
||||
CMD ./dotnet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue