``` FROM kwiat/freebsd:13.0-RELEASE RUN ln -s /etc/pkg/FreeBSD.conf /test && ls -l /test RUN ls -l /test ``` 