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

Update Dockerfile

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