Skip to content

Commit

Permalink
build: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbeng committed Aug 21, 2024
1 parent 1fe5dba commit 2f474af
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 @@ -14,7 +14,7 @@ ENV GOPATH /usr/local/go
ENV PATH $GOPATH/bin:$PATH

# Install Rollkit dependencies
RUN curl -sSL https://rollkit.dev/install.sh | sh -s v0.13.5 && go clean -modcache
RUN (curl -sSL https://rollkit.dev/install.sh | sh -s v0.13.5) && go clean -modcache

# Install Artela rollup
RUN mkdir -p /app/artela-rollkit
Expand Down

0 comments on commit 2f474af

Please sign in to comment.