oops forgot to add firefox to docker container, also add a launcher script
Former-commit-id: 254912480d
Former-commit-id: 25bc9b95de4d1ce28341a7ca238b20db62a0da80
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
FROM debian:stable
|
||||
RUN apt-get update && apt-get install -y openjdk-17* ant zip
|
||||
RUN apt-get update && apt-get install -y openjdk-17* ant zip firefox-esr
|
||||
ADD . /usr/src/i2p.firefox
|
||||
WORKDIR /usr/src/i2p.firefox
|
||||
RUN ant jar
|
||||
CMD ./i2pbrowser.cmd
|
||||
CMD java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PBrowser
|
Reference in New Issue
Block a user