remove AWS nitro dependencies & add libcryptsetup

Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
Malte Poll 2022-04-20 11:33:02 +02:00 committed by Malte Poll
parent 4e29c38027
commit 98aced1b36
9 changed files with 9 additions and 1110 deletions

View file

@ -1,7 +1,7 @@
FROM golang:1.18
ENV GOPRIVATE=github.com/edgelesssys/*
RUN apt-get update && apt-get install cmake iproute2 iputils-ping libssl-dev -y
RUN apt-get update && apt-get install pkg-config cmake iproute2 iputils-ping libssl-dev libcryptsetup12 libcryptsetup-dev -y
WORKDIR /constellation
COPY go.mod .