Skip to content
Snippets Groups Projects
Commit 57a09458 authored by sunhollyjolly's avatar sunhollyjolly
Browse files

minor change

parent 77532f06
No related branches found
No related tags found
2 merge requests!52Last,!51Sunho final fix
Pipeline #14894 passed
This commit is part of merge request !51. Comments created here will be created in the context of that merge request.
......@@ -2,7 +2,7 @@
FROM python:3.10-slim-buster
##### VARIABLES #####
WORKDIR /Users/terminal-fragment-selector
WORKDIR /Users/terminal-fragment-selector/
COPY requirements.txt /Users/terminal-fragment-selector/requirements.txt
COPY requirements_dev.txt /Users/terminal-fragment-selector/requirements_dev.txt
......@@ -11,8 +11,7 @@ COPY requirements_dev.txt /Users/terminal-fragment-selector/requirements_dev.txt
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
RUN pip install -r requirements.txt -r 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