fix lint js

This commit is contained in:
0xmuralik
2023-03-14 11:18:42 +05:30
parent db034c2e43
commit 3e22bc9316
44 changed files with 56931 additions and 55014 deletions
+3 -3
View File
@@ -7,9 +7,9 @@ ENV PACKAGES git build-base
WORKDIR /go/src/github.com/cerc-io/laconicd
# Install dependencies
RUN apk add --no-cache $PACKAGES
RUN apk add --no-cache $PACKAGES=~
RUN apk add linux-headers
RUN apk add --no-cache linux-headers=~
# Add source files
COPY . .
@@ -21,7 +21,7 @@ RUN make build
FROM alpine:3.17.1
# Install ca-certificates
RUN apk add --no-cache ca-certificates jq curl
RUN apk add --no-cache ca-certificates=~ jq=~ curl=~
WORKDIR /
# Copy over binaries from the build-env