Skip to content

Commit

Permalink
fix: use mv_data from gardenlinux org
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator authored Oct 25, 2023
1 parent 002a2ff commit b151533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:testing AS mv_data
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends build-essential ca-certificates git
RUN git clone --depth=1 https://github.com/nkraetzschmar/mv_data
RUN git clone --depth=1 https://github.com/gardenlinux/mv_data
RUN make -C mv_data install

FROM debian:testing AS aws-kms-pkcs11
Expand Down

0 comments on commit b151533

Please sign in to comment.