Skip to content
Snippets Groups Projects
Commit 77532f06 authored by sunhollyjolly's avatar sunhollyjolly
Browse files

bug_fixed

parent 7179cd7f
No related branches found
No related tags found
3 merge requests!52Last,!51Sunho final fix,!50Sunho fixed
Pipeline #14887 passed
......@@ -8,6 +8,9 @@ COPY requirements.txt /Users/terminal-fragment-selector/requirements.txt
COPY requirements_dev.txt /Users/terminal-fragment-selector/requirements_dev.txt
##### INSTALL #####
RUN apt-get update \
&& apt-get install gcc -y \
&& apt-get clean
RUN pip install -r /Users/terminal-fragment-selector/requirements.txt
RUN pip install -r /Users/terminal-fragment-selector/requirements_dev.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment