Skip to content

Commit

Permalink
Update Dockerfile for sigstore-go (#12388)
Browse files Browse the repository at this point in the history
Fix build error
https://oss-fuzz-build-logs.storage.googleapis.com/log-17235690-03af-4f88-a2c8-1f7203f4695c.txt

```Step #1: Step 3/4 : COPY build.sh *.dict $SRC
Step #1: When using COPY with more than one source file, the destination must be a directory and end with a /
Finished Step #1
```

@AdamKorcz
  • Loading branch information
bobcallaway authored Aug 21, 2024
1 parent 6ee27f7 commit c433d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/sigstore-go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

FROM gcr.io/oss-fuzz-base/base-builder-go
RUN git clone --depth 1 https:/sigstore/sigstore-go
COPY build.sh *.dict $SRC
COPY build.sh *.dict $SRC/
WORKDIR $SRC/sigstore-go

0 comments on commit c433d14

Please sign in to comment.