mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-28 15:45:44 +03:00
STAM
2952d25ace
* replaced 7z to 7zz in most base images * updated tools like lazygit * reworked tools downloading
18 lines
547 B
YAML
18 lines
547 B
YAML
#version: '3'
|
|
services:
|
|
app:
|
|
image: "epicmorg/python:3.10"
|
|
build:
|
|
context: .
|
|
args:
|
|
P4_#version: ${P4_VERSION}
|
|
P4_DOWNLOAD_URL: ${P4_DOWNLOAD_URL}
|
|
SZ_#version: ${SZ_VERSION}
|
|
SZ_DOWNLOAD_URL: ${SZ_DOWNLOAD_URL}
|
|
LAZYGIT_#version: ${LAZYGIT_VERSION}
|
|
LAZYGIT_DOWNLOAD_URL: ${LAZYGIT_DOWNLOAD_URL}
|
|
DUMB_INIT_#version: ${DUMB_INIT_VERSION}
|
|
DUMB_INIT_DOWNLOAD_URL: ${DUMB_INIT_DOWNLOAD_URL}
|
|
GOSU_VER: ${GOSU_VER}
|
|
GOSU_DOWNLOAD_URL: ${GOSU_DOWNLOAD_URL}
|