chore: update moonraker dependencies (#33)
This commit is contained in:
parent
6c005aa185
commit
aaaa3c7ad9
|
|
@ -87,6 +87,10 @@ RUN apt-get update && apt-get install -y \
|
||||||
libopenjp2-7 \
|
libopenjp2-7 \
|
||||||
libsodium-dev \
|
libsodium-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
zlib1g-dev \
|
||||||
|
libjpeg-dev \
|
||||||
|
packagekit \
|
||||||
|
wireless-tools \
|
||||||
### clean up
|
### clean up
|
||||||
&& apt-get -y autoremove \
|
&& apt-get -y autoremove \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue