aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2019-11-13 14:40:25 +1100
committerGravatar GitHub <noreply@github.com>2019-11-13 14:40:25 +1100
commitb37f841dc5ba6a88c242abd55e1b6629b6d1ef91 (patch)
treed40403ce0725672150ae32408cafc3a600f72144 /infra/base-images
parent11801ba6f5b9a88c84e5380db4610a93061fe025 (diff)
remove libunwind and libblocksruntime from base-runner. (#3031)
Fixes #2947.
Diffstat (limited to 'infra/base-images')
-rw-r--r--infra/base-images/base-runner/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/infra/base-images/base-runner/Dockerfile b/infra/base-images/base-runner/Dockerfile
index c529f901..980e137b 100644
--- a/infra/base-images/base-runner/Dockerfile
+++ b/infra/base-images/base-runner/Dockerfile
@@ -21,10 +21,8 @@ RUN apt-get install -y \
file \
fonts-dejavu \
git \
- libblocksruntime0 \
libc6-dev-i386 \
libcap2 \
- libunwind8 \
python3 \
python3-pip \
wget \