We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ea3bb commit c16e6efCopy full SHA for c16e6ef
.github/actions/docker-images-verification/Dockerfile
@@ -4,11 +4,7 @@ FROM python
4
5
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
6
RUN python get-pip.py
7
-RUN pip install \
8
- furl \
9
- requests \
10
- python-dxf \
11
- sqlitedict
+RUN pip install -r requirements.txt
12
# Copies your code file from your action repository to the filesystem path `/` of the container
13
14
COPY entrypoint.sh /entrypoint.sh
0 commit comments