Skip to content

Commit c16e6ef

Browse files
committed
Switch verification image to use requirements.txt
1 parent 20ea3bb commit c16e6ef

File tree

1 file changed

+1
-5
lines changed
  • .github/actions/docker-images-verification

1 file changed

+1
-5
lines changed

.github/actions/docker-images-verification/Dockerfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ FROM python
44

55
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
66
RUN python get-pip.py
7-
RUN pip install \
8-
furl \
9-
requests \
10-
python-dxf \
11-
sqlitedict
7+
RUN pip install -r requirements.txt
128
# Copies your code file from your action repository to the filesystem path `/` of the container
139

1410
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)