Skip to content

Commit

Permalink
Just build the UI in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
KenwoodFox committed Mar 25, 2024
1 parent 722c28c commit da3127f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
matrix:
container:
- MC-UI
- MC-Streamer
- RS-Connector

steps:
- name: Checkout repository
Expand Down
6 changes: 3 additions & 3 deletions RS-Connector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:latest
FROM python:3.12

# Setup home
ARG HOME="/app"
Expand All @@ -12,8 +12,8 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

# Install deps
RUN apt update \
&& apt install -y gcc python3-dev python3-pip ffmpeg
# RUN apt update \
# && apt install -y gcc python3-dev python3-pip ffmpeg

# Python deps
RUN pip install --upgrade pip
Expand Down

0 comments on commit da3127f

Please sign in to comment.