Skip to content

Commit 7d4121e

Browse files
authored
Merge pull request #362 from dedis/fix-docker-image
fix: fix 'git clone' command
2 parents a6ef5af + b98cab0 commit 7d4121e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfiles/Dockerfile.dela

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
FROM golang:1.20.6-bookworm
22

33
RUN apt-get update && apt-get install git
4-
RUN git clone https://github.com/dedis/dela.git
5-
WORKDIR /go/dela
64
# make sure we're using the same head as d-voting
7-
RUN git clone -b fix-bbolt
5+
RUN git clone -b fix-bbolt https://github.com/dedis/dela.git
86
WORKDIR /go/dela/cli/crypto
97
RUN go install
108
WORKDIR /go/d-voting

0 commit comments

Comments
 (0)