TomatoFull commited on
Commit
e9b5f4b
·
verified ·
1 Parent(s): f84bf73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM ubuntu:latest
2
 
3
- RUN apt-get update && apt-get install -y git golang-go build-essential i2pd socat
 
4
 
5
  RUN mkdir -p /app/t
6
 
 
1
  FROM ubuntu:latest
2
 
3
+ RUN apt-add-repository ppa:i2p-maintainers/i2p
4
+ RUN apt-get update && apt-get install -y git golang-go build-essential i2p wireguard socat
5
 
6
  RUN mkdir -p /app/t
7