We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6ef5af + b98cab0 commit 7d4121eCopy full SHA for 7d4121e
Dockerfiles/Dockerfile.dela
@@ -1,10 +1,8 @@
1
FROM golang:1.20.6-bookworm
2
3
RUN apt-get update && apt-get install git
4
-RUN git clone https://github.com/dedis/dela.git
5
-WORKDIR /go/dela
6
# make sure we're using the same head as d-voting
7
-RUN git clone -b fix-bbolt
+RUN git clone -b fix-bbolt https://github.com/dedis/dela.git
8
WORKDIR /go/dela/cli/crypto
9
RUN go install
10
WORKDIR /go/d-voting
0 commit comments