Skip to content

Commit

Permalink
fix: typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 12, 2024
1 parent 3a1f2e3 commit f3a46f0
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
Expand Up @@ -7,7 +7,7 @@ FROM alpine:latest

RUN apk add --no-cache linux-headers build-base cmake readline-dev git
RUN mkdir -p /zenroom
RUN git config --global http.version HTTP/1.1 && RUN git clone --depth 1 https://github.com/dyne/zenroom
RUN git config --global http.version HTTP/1.1 && git clone --depth 1 https://github.com/dyne/zenroom
WORKDIR /zenroom
RUN make musl COMPILER=clang RELEASE=1
RUN mkdir -p /usr/local/bin/
Expand Down

0 comments on commit f3a46f0

Please sign in to comment.