baxin commited on
Commit
adc64a9
·
1 Parent(s): 2efee4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc
13
  RUN echo 'eval "$(pyenv init --path)"' >> ~/.bashrc
14
  RUN echo 'eval "$(pyenv init -)"' >> ~/.bashrc
15
 
16
- RUN sudo apt-get install libudev-dev
17
 
18
  # Set the working directory
19
  WORKDIR /root/opentrons
 
13
  RUN echo 'eval "$(pyenv init --path)"' >> ~/.bashrc
14
  RUN echo 'eval "$(pyenv init -)"' >> ~/.bashrc
15
 
16
+ RUN apt-get install libudev-dev
17
 
18
  # Set the working directory
19
  WORKDIR /root/opentrons