We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d951605 commit 697ed5bCopy full SHA for 697ed5b
.github/Dockerfile
@@ -17,6 +17,9 @@ RUN sudo apt-get update && sudo apt-get install -y \
17
mkisofs \
18
git
19
20
+COPY requirements.txt /tmp/requirements.txt
21
+RUN pip3 install -r /tmp/requirements.txt
22
+
23
WORKDIR /tmp
24
ARG terraform_version=0.13.7
25
RUN wget --quiet https://releases.hashicorp.com/terraform/${terraform_version}/terraform_${terraform_version}_linux_amd64.zip
0 commit comments