Update dockerfile.

This commit is contained in:
hodanov 2023-11-03 17:27:44 +09:00
parent f87fc8bde5
commit 1f0e5d58eb
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
name: Docker image CI
on: [push]
on:
push:
paths:
- setup_files/Dockerfile
- setup_files/requirements.txt
jobs:
build:

View File

@ -1,4 +1,4 @@
FROM python:3.11.3-slim-bullseye
FROM python:3.12.0
COPY ./requirements.txt /
RUN apt-get update \
&& apt-get install wget libgl1-mesa-glx libglib2.0-0 --no-install-recommends -y \