Skip to content

Commit

Permalink
Acceptance: Smaller SIG docker image (#2690)
Browse files Browse the repository at this point in the history
  • Loading branch information
worxli authored May 15, 2019
1 parent 2c3c8ec commit 1579bae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/acceptance/sig/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM scion_tester
FROM ubuntu:16.04

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y libcap2-bin iputils-ping iproute2 && apt-get clean

WORKDIR /share
COPY sig.sh .
Expand Down

0 comments on commit 1579bae

Please sign in to comment.