#
# Alpine + some extra tools used by the Sysbox test suite.
#

FROM alpine:latest

RUN apk update && apk add bpftool
