Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 22bc388

Browse files
committed
Nit
1 parent d051ae0 commit 22bc388

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.clusterfuzzlite/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM gcr.io/oss-fuzz-base/base-builder-go:v1
2-
ENV GOPRIVATE "github.com/RICSecLab/mercari-microservices-example"
2+
#ENV GOPRIVATE "github.com/RICSecLab/mercari-microservices-example"
33
RUN apt-get update && \
44
apt-get install -y make autoconf automake libtool \
5-
ca-certificates curl gnupg lsb-release && \
5+
ca-certificates curl gnupg lsb-release
66
COPY . $SRC/mercari-microservices-example
77
WORKDIR mercari-microservices-example
88
COPY .clusterfuzzlite/build.sh $SRC/

.dockerignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
*
1+
#*
22

33
!/go.mod
44
!/go.sum
55
!/services
66
!/platform/db
77
!/pkg
8+
!/.clusterfuzzlite
9+
!/.clusterfuzzlite/*

0 commit comments

Comments
 (0)