mgt c8 checkpoint at tests
This commit is contained in:
		@@ -1,7 +1,11 @@
 | 
			
		||||
# syntax=docker/dockerfile:1.4
 | 
			
		||||
FROM python:3-slim-bookworm AS builder
 | 
			
		||||
 | 
			
		||||
RUN apt update && apt install -y libmariadb-dev gcc
 | 
			
		||||
# Second line optional/debug/qol
 | 
			
		||||
RUN apt update && apt install -y \
 | 
			
		||||
    libmariadb-dev gcc \
 | 
			
		||||
    mariadb-client
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
WORKDIR /code
 | 
			
		||||
COPY requirements.txt /code
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user