Skip to content

Commit 206b300

Browse files
committed
Fix missing RUN.
1 parent d7695ee commit 206b300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"
88
RUN apk add --no-cache ca-certificates make git bash alpine-sdk protobuf protobuf-dev
99
RUN git clone https://github.com/googleapis/googleapis.git /googleapis
1010
RUN git config --global --add safe.directory /chirpstack-rest-api
11-
git config --global --add safe.directory /chirpstack-rest-api/chirpstack
11+
RUN git config --global --add safe.directory /chirpstack-rest-api/chirpstack
1212

1313
RUN mkdir -p $PROJECT_PATH
1414
COPY . $PROJECT_PATH

0 commit comments

Comments
 (0)