chore: update moonraker dependencies (#33)

This commit is contained in:
Stefan Dej 2024-07-07 15:21:03 +02:00 committed by GitHub
parent 6c005aa185
commit aaaa3c7ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ RUN apt-get update && apt-get install -y \
libopenjp2-7 \
libsodium-dev \
libssl-dev \
zlib1g-dev \
libjpeg-dev \
packagekit \
wireless-tools \
### clean up
&& apt-get -y autoremove \
&& apt-get clean \