MatthiasLohr / docker-f5fpc

F5 VPN Client Docker Router
54 stars 26 forks source link

Reduce image size! #1

Closed MatthiasLohr closed 7 years ago

MatthiasLohr commented 7 years ago

E.g. use alpine linux.

RUN apk update && apk add bash file iproute2 iptables iputils libc6-compat libgcc libstdc++ net-tools wget
RUN mkdir -p /lib64 && ln -s /lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
MatthiasLohr commented 7 years ago

New image size is about ~25MB