Move containers to a dedicated org path

This commit is contained in:
zontreck 2025-03-09 18:07:56 -07:00
parent fe8f7d2a11
commit da7e2210b7
21 changed files with 144 additions and 108 deletions

View file

@ -1,4 +1,4 @@
FROM git.zontreck.com/ariascreations/buildenvironments:debian
FROM git.zontreck.com/packages/debian:base
ENV GRADLE_VERSION 8.12
RUN apt-get install -y build-essential && apt-get clean -y