Skip to content

Commit

Permalink
Add back bzip2 to image
Browse files Browse the repository at this point in the history
This is required by node_tests
  • Loading branch information
johanbrandhorst committed Oct 9, 2019
1 parent c677e41 commit e652ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.13.1

# Warm apt cache
# Warm apt cache and install dependencies
# bzip2 is required by the node_tests (to extract its dependencies).
RUN apt-get update && \
apt-get install -y wget unzip \
openjdk-11-jre \
Expand Down Expand Up @@ -30,6 +31,5 @@ RUN wget -qO- https://raw.githubusercontent.com/creationix/nvm/${NVM_VERSION}/in
# Clean up
RUN apt-get autoremove -y && \
apt-get remove -y wget \
unzip \
bzip2 && \
unzip && \
rm -rf /var/lib/apt/lists/*

0 comments on commit e652ba0

Please sign in to comment.