Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 509 Bytes

File metadata and controls

9 lines (5 loc) · 509 Bytes

Dockerfile for docker image to be used in CI pipelines

The image is based on python:3.9-bullseye docker image, the Dockerfile adds ffmpg (used by CoderBot backend for video conversions) and updates pip to latest version.

Build command

docker build . -t coderbot/coderbot-ci:<tag> docker push coderbot/coderbot-ci:<tag>