Skip to content

Commit 2a56465

Browse files
authored
Add patch to CircleCI build image (#1699)
bazel test requires patch
1 parent e0d4f53 commit 2a56465

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ FROM golang:1.15.2
22

33
# Warm apt cache and install dependencies
44
# bzip2 is required by the node_tests (to extract its dependencies).
5+
# patch is required by bazel tests
56
RUN apt-get update && \
67
apt-get install -y wget unzip \
78
openjdk-11-jre \
8-
bzip2
9+
bzip2 \
10+
patch
911

1012
# Install swagger-codegen
1113
ENV SWAGGER_CODEGEN_VERSION=2.4.8

0 commit comments

Comments
 (0)