Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions compatibility_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ FROM python:3.6
RUN mkdir /compatibility_checker
ADD compatibility_checker_server.py /compatibility_checker
ADD pip_checker.py /compatibility_checker
ADD configs.py /compatibility_checker

RUN pip3 install docker requests

Expand Down