baxin commited on
Commit
5a475bf
·
verified ·
1 Parent(s): 2ab00fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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