fix(docker): remove unnecessary packages

This commit is contained in:
Bruno Wego 2019-06-05 08:04:46 -03:00
parent cb403e0bde
commit 28c3e07ca9

View file

@ -3,8 +3,6 @@ FROM alpine:3.9 as build
WORKDIR /usr/src/minisign
RUN apk add --no-cache \
cmake==3.13.0-r0 \
make==4.2.1-r2 \
g++==8.3.0-r0 \
libsodium-dev==1.0.16-r0