mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
typos
This commit is contained in:
@@ -39,7 +39,7 @@ RUN wget -O opencv.zip https://github.com/opencv/opencv/archive/4.0.0.zip && \
|
||||
-D BUILD_EXAMPLES=OFF .. && make -j8 && make install && cd ../.. && rm -rf opencv*
|
||||
|
||||
############################
|
||||
# Build gGlang
|
||||
# Build Golang
|
||||
|
||||
ENV GOROOT=/usr/local/go
|
||||
ENV GOPATH=/go
|
||||
@@ -50,9 +50,6 @@ RUN ARCH=$([ "$(uname -m)" = "armv7l" ] && echo "armv6l" || echo "amd64") && wge
|
||||
tar -xvf "go1.14.2.linux-$ARCH.tar.gz" && \
|
||||
mv go /usr/local
|
||||
|
||||
ENV GO111MODULE=on \
|
||||
CGO_ENABLED=1
|
||||
|
||||
RUN mkdir -p /go/src/github.com/kerberos-io/opensource
|
||||
COPY backend /go/src/github.com/kerberos-io/opensource
|
||||
RUN cd /go/src/github.com/kerberos-io/opensource/backend && \
|
||||
|
||||
Reference in New Issue
Block a user