Skip to content

Commit c81559a

Browse files
committed
container_build_log updates
1 parent 9d4a20e commit c81559a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN echo "" && \
6868
&& \
6969
\
7070
source /container/base/functions/container/build && \
71-
container_build_log && \
71+
container_build_log image && \
7272
create_user unbound 5353 unbound 5353 /var/lib/unbound && \
7373
package update && \
7474
package upgrade && \
@@ -113,6 +113,7 @@ RUN echo "" && \
113113
sed -i -e '/^LIBS=/s/-lpython.*[[:space:]]/ /' Makefile && \
114114
make -j$(nproc)&& \
115115
make install && \
116+
container_build_log add "Unbound" "${UNBOUND_VERSION}" "${UNBOUND_REPO_URL}" && \
116117
\
117118
mkdir -p \
118119
/container/data/unbound \

0 commit comments

Comments
 (0)