Skip to content
Open
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
4 changes: 3 additions & 1 deletion docker/augment00-deskcontrol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ RUN mkdir -p /opt/augment00

RUN cd /opt/augment00 && git clone https://github.com/arupiot/deskcontrol.git

RUN pip install -r /opt/augment00/deskcontrol/requirments.txt
RUN git pull origin master

RUN pip install -r /opt/augment00/deskcontrol/requirements.txt

WORKDIR /opt/augment00

Expand Down