Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
remove jq

Co-authored-by: Poltorak Serguei <poltorak@alsenet.com>
  • Loading branch information
msazanov and PoltoS committed May 16, 2024
1 parent 275155f commit 3a7adcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN mkdir -p /etc/zbw/flags && touch /etc/zbw/flags/no_connection
RUN apt-get update && \
apt-get install -qqy --no-install-recommends \
ca-certificates curl \
wget procps gpg iproute2 openssh-client openssh-server sudo logrotate jq
wget procps gpg iproute2 openssh-client openssh-server sudo logrotate

# Install z-way-server
RUN wget -q -O - https://storage.z-wave.me/Z-Way-Install | bash
Expand Down

0 comments on commit 3a7adcb

Please sign in to comment.