Skip to content

Commit e70f78e

Browse files
authored
Update Dockerfile.v2
1 parent 79ad183 commit e70f78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recorder/Dockerfile.v2

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM python:3.9-slim
22
ARG DEBIAN_FRONTEND=noninteractive
33
ENV TZ="America/New_York"
4-
ENV PTG_URL=http://api:8000
5-
64
WORKDIR /src/app
75
ENV DIR=/src/app
86

7+
ENV PTG_URL=http://api:8000
8+
99
RUN apt-get -q update && \
1010
apt-get install -y ffmpeg gcc python3-opencv git \
1111
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)