bx-865-apps #1
|
@ -12,7 +12,7 @@ ENV APP_HOME=/app
|
||||||
WORKDIR $APP_HOME
|
WORKDIR $APP_HOME
|
||||||
# Install deb pkgs for usb
|
# Install deb pkgs for usb
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
RUN apt-get install ffmpeg libsm6 libxext6 -y
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
COPY requirements.txt /app/
|
COPY requirements.txt /app/
|
||||||
RUN pip install --upgrade pip && pip install -r requirements.txt
|
RUN pip install --upgrade pip && pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue