mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 00:50:38 -05:00
remove AWS nitro dependencies & add libcryptsetup
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
4e29c38027
commit
98aced1b36
9 changed files with 9 additions and 1110 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue