Skip to content

Commit

Permalink
Fixed docker dependencies (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
milanzlicic authored Jan 29, 2021
1 parent ca1e65c commit 7082254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deb-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:bionic-20200403
WORKDIR /build

RUN apt-get update \
&& apt-get install -y git gcc g++ cmake \
&& apt-get install -y git gcc g++ cmake zlib1g-dev \
&& apt-get install -y mosquitto cmake libssl-dev \
&& apt-get install -y devscripts debhelper

Expand Down

0 comments on commit 7082254

Please sign in to comment.