pre-commit-opentofu/tests/Dockerfile

11 lines
225 B
Text
Raw Normal View History

FROM pre-commit-opentofu:latest
RUN apt update && \
apt install -y \
datamash \
time && \
# Cleanup
rm -rf /var/lib/apt/lists/*
WORKDIR /pct
ENTRYPOINT [ "/pct/tests/hooks_performance_test.sh" ]