Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
docker: don't install ffmpeg, image provies it
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Sep 6, 2022
1 parent 83f3364 commit 831bf45
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
!pyproject.toml
!poetry.lock
!vidmergebot
!setup
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
# update description of the docker image on docker hub
update-dockerhub-description:
name: Update Description
needs: create-tag
needs: docker-build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM ghcr.io/divideprojects/docker-python-base:latest
WORKDIR /app
COPY setup setup
RUN setup/ffmpeg-setup.sh
COPY pyproject.toml poetry.lock .
RUN poetry export -f requirements.txt --without-hashes --output requirements.txt \
&& pip install --disable-pip-version-check -r requirements.txt
Expand Down
17 changes: 0 additions & 17 deletions setup/ffmpeg-setup.sh

This file was deleted.

0 comments on commit 831bf45

Please sign in to comment.