Skip to content

Commit

Permalink
trying ix pip install with target
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pak committed Apr 19, 2018
1 parent 4634acf commit 18c427c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN cp -r $SOURCE/addons $SERVER/csgo/csgo/ \

COPY requirements.txt $HOME

RUN pip3 install -t $SERVER/csgo/csgo/addons/source-python/packages/custom/ -r $HOME/requirements.txt
RUN pip3 install --upgrade pip \
&& pip3 install -t $SERVER/csgo/csgo/addons/source-python/packages/custom/ -r $HOME/requirements.txt

EXPOSE 27015

Expand Down

0 comments on commit 18c427c

Please sign in to comment.