Commit 0e38d48f authored by Massimiliano Pippi's avatar Massimiliano Pippi

install unzip

parent be3d412c
......@@ -2,6 +2,7 @@ FROM golang:1.12
RUN apt-get update && apt-get install -y --no-install-recommends \
bzip2 \
unzip \
&& rm -rf /var/lib/apt/lists/*
RUN set -ex \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment