Remove cmake and make dependencies.

This commit is contained in:
viferga 2019-11-26 10:09:47 -09:00
parent db3e3d1997
commit c56d6dd822

@ -72,9 +72,7 @@ RUN apk add --no-cache --update --virtual .build-deps shadow \
RUN --security=insecure /entry-point.sh guix pull \
&& guix package -i \
glibc-utf8-locales \
nss-certs \
cmake \
make
nss-certs
ENTRYPOINT ["/entry-point.sh"]
CMD ["sh"]