Commit f6181ded authored by nanahira's avatar nanahira

bullseye

parent 0dbe3c67
Pipeline #9062 failed with stages
in 7 minutes and 19 seconds
FROM debian:buster-slim as sqlite-builder
FROM debian:bullseye-slim as sqlite-builder
RUN apt-get update && \
apt-get -y install wget sqlite3 libsqlite3-dev p7zip-full mono-complete && \
......@@ -9,7 +9,7 @@ RUN wget https://minio.mycard.moe:9000/nanahira/sqlite-netFx-full-source-1.0.112
cd sqlite && \
xbuild /p:Configuration=Release /p:UseInteropDll=false /p:UseSqliteStandard=true ./System.Data.SQLite/System.Data.SQLite.2015.csproj
FROM debian:buster-slim as builder
FROM debian:bullseye-slim as builder
RUN apt-get update && \
apt-get -y install mono-complete && \
......@@ -20,7 +20,7 @@ WORKDIR /ImgGen
COPY --from=sqlite-builder /sqlite/bin/2015/ReleaseMonoOnPosix/bin/System.Data.SQLite.dll .
RUN xbuild /p:Configuration=Release /p:TargetFrameworkVersion=v4.6
FROM debian:buster-slim
FROM debian:bullseye-slim
RUN apt-get update && \
apt-get -y install wget p7zip-full mono-complete xfonts-utils fontconfig && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment