summaryrefslogtreecommitdiffhomepage
path: root/images/basic/integrationtest/Dockerfile
blob: e80e17527498fb652b278dd8c4813bef07c3c6bc (plain)
1
2
3
4
5
6
7
FROM ubuntu:bionic

WORKDIR /root
COPY . .
RUN chmod +x *.sh

RUN apt-get update && apt-get install -y gcc iputils-ping iproute2