Skip to content

Commit

Permalink
set debian package version message to get 3 green boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Jan 5, 2025
1 parent eb2e55b commit c048c76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ RUN set -x && \
cp -v /src/piaware/package/ca/*.pem /etc/ssl/ && \
touch /etc/piaware.conf && \
mkdir -p /run/piaware && \
# set debian package version message to get 3 green boxes
sed /usr/lib/piaware/login.tcl -i -e 's/\tforeach {packageName packageVersion}/\tset message(piaware_package_version) $::piawareVersion\n\tset message(image_type) piaware_package\n\0/' && \
ldconfig && \
popd && \
# Build & install piaware-web
Expand Down

0 comments on commit c048c76

Please sign in to comment.