split base build to multiple dockerfiles.

This commit is contained in:
Miroslav Šedivý 2024-09-08 17:21:09 +02:00
parent bbefb393f8
commit 38e8ac3e21
79 changed files with 455 additions and 968 deletions

View file

@ -1,4 +1,4 @@
ARG BASE_IMAGE=neko_server_runtime:latest
ARG BASE_IMAGE=neko_server:base
FROM $BASE_IMAGE
ARG SRC_URL="https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US"