Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,6 +6,6 @@ RUN apt-get install libsystemd-dev
|
|
6 |
RUN git clone https://github.com/Opentrons/opentrons.git
|
7 |
WORKDIR /opentrons
|
8 |
|
9 |
-
RUN make setup
|
10 |
RUN make -C robot-server dev
|
11 |
|
|
|
6 |
RUN git clone https://github.com/Opentrons/opentrons.git
|
7 |
WORKDIR /opentrons
|
8 |
|
9 |
+
RUN make setup-py
|
10 |
RUN make -C robot-server dev
|
11 |
|