baxin commited on
Commit
2489214
·
1 Parent(s): 81fbd5f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM python:3.10
2
 
3
  RUN apt-get update && apt-get install -y git
 
4
 
5
- RUN sudo apt install libsystemd-dev
6
  RUN git clone https://github.com/Opentrons/opentrons.git
7
  WORKDIR /opentrons
8
 
 
1
  FROM python:3.10
2
 
3
  RUN apt-get update && apt-get install -y git
4
+ RUN apt-get install libsystemd-dev
5
 
 
6
  RUN git clone https://github.com/Opentrons/opentrons.git
7
  WORKDIR /opentrons
8