mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
fix(docker): remove unnecessary packages
This commit is contained in:
parent
cb403e0bde
commit
28c3e07ca9
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue