Update Dockerfile
Browse files- 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 libcurl4-openssl-dev libssl-dev libpcsclite-dev && \
|
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 libcurl4-openssl-dev libssl-dev libpcsclite-dev psmisc && \
|
38 |
rm -rf /var/lib/apt/lists/*
|
39 |
|
40 |
RUN useradd -m -u 1000 user
|