Skip to content

Commit c7f2c09

Browse files
committed
Release 0.7
1 parent f46e7c4 commit c7f2c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:latest
22
RUN apk update && apk upgrade && apk add unzip ca-certificates openssl
33
WORKDIR /ixgen
4-
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
4+
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
55
RUN mv /ixgen/ixgen.linux /ixgen/ixgen && mv /ixgen/ixapiserver.linux /ixgen/ixapiserver
66
# RUN mv /ixgen/release/configuration/peering.ini /ixgen/release/configuration/example.ini
77
# E.g. add your peering.ini from your source

0 commit comments

Comments
 (0)