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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -13,6 +13,8 @@ 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
  # Set the working directory
17
  WORKDIR /root/opentrons
18
  # EXPOSE 31950
 
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
20
  # EXPOSE 31950