Skip to content

Commit

Permalink
Add patch to CircleCI build image (#1699)
Browse files Browse the repository at this point in the history
bazel test requires patch
  • Loading branch information
jasonewang committed Sep 26, 2020
1 parent e0d4f53 commit 2a56465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ FROM golang:1.15.2

# Warm apt cache and install dependencies
# bzip2 is required by the node_tests (to extract its dependencies).
# patch is required by bazel tests
RUN apt-get update && \
apt-get install -y wget unzip \
openjdk-11-jre \
bzip2
bzip2 \
patch

# Install swagger-codegen
ENV SWAGGER_CODEGEN_VERSION=2.4.8
Expand Down

0 comments on commit 2a56465

Please sign in to comment.