Commit 792a383d authored by Tommy Lau's avatar Tommy Lau

Try to reduce the image size further

parent c71dc1e4
......@@ -36,7 +36,8 @@ RUN buildDeps=" \
&& cp /usr/src/ocserv/doc/sample.config /etc/ocserv/ocserv.conf \
&& cd / \
&& rm -fr /usr/src/ocserv \
&& apk del $buildDeps
&& apk del $buildDeps \
&& rm -rf /var/cache/apk/*
# Setup config
COPY cn-no-route.txt /tmp/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment