Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
587f309b
Unverified
Commit
587f309b
authored
Nov 10, 2022
by
Mark Tyneway
Committed by
GitHub
Nov 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indexer: fix docker build (#3964)
parent
fc59a8e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
quick-mangos-thank.md
.changeset/quick-mangos-thank.md
+5
-0
Dockerfile
indexer/Dockerfile
+1
-0
docker.go.work
indexer/docker.go.work
+3
-1
No files found.
.changeset/quick-mangos-thank.md
0 → 100644
View file @
587f309b
---
'
@eth-optimism/indexer'
:
patch
---
Fix the docker build
indexer/Dockerfile
View file @
587f309b
...
...
@@ -4,6 +4,7 @@ RUN apk add --no-cache make gcc musl-dev linux-headers git jq bash
COPY
./indexer /go/indexer
COPY
./op-bindings /go/op-bindings
COPY
./op-node /go/op-node
COPY
./indexer/docker.go.work /go/go.work
...
...
indexer/docker.go.work
View file @
587f309b
go 1.18
use (
./indexer
./indexer
./op-bindings
./op-node
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment