Skip to content

Commit

Permalink
Remove &&
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 28, 2023
1 parent fd5ead2 commit 4bc78de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get -y install build-essential
RUN pip3 install -U pip setuptools wheel
RUN cd evora-wheel && pip3 install .

RUN curl -fsSL https://www.phidgets.com/downloads/setup_linux | bash - &&\
RUN curl -fsSL https://www.phidgets.com/downloads/setup_linux | bash -
RUN apt-get install -y libphidget22

# Connect repo to package
Expand Down

0 comments on commit 4bc78de

Please sign in to comment.