hassan526 commited on
Commit
32a03ae
·
verified ·
1 Parent(s): 5fe9b9d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@
34
  FROM ubuntu:22.04
35
  RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
36
  RUN apt-get update && \
37
- apt-get install -y binutils python3 python3-pip python3-opencv && \
38
  rm -rf /var/lib/apt/lists/*
39
 
40
  RUN useradd -m -u 1000 user
 
34
  FROM ubuntu:22.04
35
  RUN ln -snf /usr/share/zoneinfo/$CONTAINER_TIMEZONE /etc/localtime && echo $CONTAINER_TIMEZONE > /etc/timezone
36
  RUN apt-get update && \
37
+ apt-get install -y binutils python3 python3-pip python3-opencv unzip && \
38
  rm -rf /var/lib/apt/lists/*
39
 
40
  RUN useradd -m -u 1000 user