Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjk committed Jun 18, 2022
1 parent f46e7c4 commit c7f2c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest
RUN apk update && apk upgrade && apk add unzip ca-certificates openssl
WORKDIR /ixgen
RUN wget -O /tmp/ixgen.tar.gz https://github.com/ipcjk/ixgen/releases/download/0.5/release.tar.gz && tar xfz /tmp/ixgen.tar.gz --exclude release/bgpq3.mac --exclude release/ixapiserver.exe --exclude release/ixapiserver.mac --exclude release/ixgen.mac --exclude release/ixgen.exe --strip 1 && rm /tmp/ixgen.tar.gz
RUN wget -O /tmp/ixgen.tar.gz https://github.com/ipcjk/ixgen/releases/download/0.7/release.tar.gz && tar xfz /tmp/ixgen.tar.gz --exclude release/bgpq3.mac --exclude release/ixapiserver.exe --exclude release/ixapiserver.mac --exclude release/ixgen.mac --exclude release/ixgen.exe --strip 1 && rm /tmp/ixgen.tar.gz
RUN mv /ixgen/ixgen.linux /ixgen/ixgen && mv /ixgen/ixapiserver.linux /ixgen/ixapiserver
# RUN mv /ixgen/release/configuration/peering.ini /ixgen/release/configuration/example.ini
# E.g. add your peering.ini from your source
Expand Down

0 comments on commit c7f2c09

Please sign in to comment.