baxin commited on
Commit
7ab9502
·
verified ·
1 Parent(s): 1edf3c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ 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
 
2
 
3
  RUN apt-get update && apt-get install -y git
4
  RUN apt-get install libsystemd-dev
5
+ RUN apt-get install pkg-config
6
+
7
 
8
  RUN git clone https://github.com/Opentrons/opentrons.git
9
  WORKDIR /opentrons