fjenett commited on
Commit
2cb78c2
1 Parent(s): 0f4d5e6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # FROM python:3.9
2
  FROM hdgigante/python-opencv
3
 
4
- RUN dnf update && dnf -y install git
5
 
6
  # RUN apt-get update && apt -y install curl gnupg libgl1-mesa-glx libglib2.0-0 && rm -rf /var/lib/apt/lists/*
7
 
 
1
  # FROM python:3.9
2
  FROM hdgigante/python-opencv
3
 
4
+ RUN dnf -y install git
5
 
6
  # RUN apt-get update && apt -y install curl gnupg libgl1-mesa-glx libglib2.0-0 && rm -rf /var/lib/apt/lists/*
7