We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4a20e commit c81559aCopy full SHA for c81559a
1 file changed
Containerfile
@@ -68,7 +68,7 @@ RUN echo "" && \
68
&& \
69
\
70
source /container/base/functions/container/build && \
71
- container_build_log && \
+ container_build_log image && \
72
create_user unbound 5353 unbound 5353 /var/lib/unbound && \
73
package update && \
74
package upgrade && \
@@ -113,6 +113,7 @@ RUN echo "" && \
113
sed -i -e '/^LIBS=/s/-lpython.*[[:space:]]/ /' Makefile && \
114
make -j$(nproc)&& \
115
make install && \
116
+ container_build_log add "Unbound" "${UNBOUND_VERSION}" "${UNBOUND_REPO_URL}" && \
117
118
mkdir -p \
119
/container/data/unbound \
0 commit comments