Skip to content

Commit

Permalink
needs unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
edward3h committed Mar 10, 2022
1 parent b511da3 commit 287ae94
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 @@ -15,7 +15,7 @@ RUN git clone --recursive https://github.com/bedrock-viz/bedrock-viz.git && \

FROM ubuntu:21.10
RUN apt-get update && apt-get install --no-install-recommends -y mosquitto-clients=2.0.11-1 \
rsync=3.2.3-4ubuntu1 openssh-client=1:8.4p1-6ubuntu2.1 jq=1.6-2.1ubuntu2 \
rsync=3.2.3-4ubuntu1 openssh-client=1:8.4p1-6ubuntu2.1 jq=1.6-2.1ubuntu2 unzip=6.0-26ubuntu1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/local/share/bedrock-viz /usr/local/share/bedrock-viz
Expand Down

0 comments on commit 287ae94

Please sign in to comment.