Add a step to install ca-certificates in go-nitro Dockerfile #8
| @ -19,7 +19,7 @@ RUN go build -o nitro-bridge cmd/start-bridge/main.go | ||||
| # Reduce image size | ||||
| FROM debian:bullseye-slim | ||||
| RUN apt-get update | ||||
| RUN apt-get install -y jq netcat | ||||
| RUN apt-get install -y jq netcat ca-certificates | ||||
| RUN rm -rf /var/lib/apt/lists/* | ||||
| 
 | ||||
| WORKDIR /app | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user