Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Add zip in debian testing docker image
Browse files Browse the repository at this point in the history
Used by tests/sota_tools/cert_generation/generate-zips.sh

Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
  • Loading branch information
lbonn committed Jun 26, 2019
1 parent b141cb1 commit f1705ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.debian.testing
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ RUN apt-get update && apt-get -y install \
softhsm2 \
sqlite3 \
valgrind \
wget
wget \
zip

RUN ln -s clang-6.0 /usr/bin/clang && \
ln -s clang++-6.0 /usr/bin/clang++
Expand Down

0 comments on commit f1705ad

Please sign in to comment.