mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-13 15:17:56 +03:00
prod fixes
This commit is contained in:
parent
c92b63777c
commit
c75442ec87
@ -0,0 +1 @@
|
||||
Acquire::Retries "9";
|
@ -0,0 +1,2 @@
|
||||
Acquire::https::Verify-Peer "false";
|
||||
Acquire::https::Verify-Host "false";
|
@ -0,0 +1 @@
|
||||
APT::Get::AllowUnauthenticated "true";
|
29
linux/ecosystem/epicmorg/debian/10-buster/main/.env
Normal file
29
linux/ecosystem/epicmorg/debian/10-buster/main/.env
Normal file
@ -0,0 +1,29 @@
|
||||
##################################################################
|
||||
# perforce client binary
|
||||
##################################################################
|
||||
P4_VERSION=r23.2
|
||||
P4_DOWNLOAD_URL=https://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||
|
||||
##################################################################
|
||||
# 7z official binary
|
||||
##################################################################
|
||||
SZ_VERSION=7z2400
|
||||
SZ_DOWNLOAD_URL=https://www.7-zip.org/a/${SZ_VERSION}-linux-x64.tar.xz
|
||||
|
||||
##################################################################
|
||||
# LazyGit official binary
|
||||
##################################################################
|
||||
LZGIT_VERSION=0.40.2
|
||||
LZGIT_DOWNLOAD_URL=https://github.com/jesseduffield/lazygit/releases/download/v${LZGIT_VERSION}/lazygit_${LZGIT_VERSION}_Linux_x86_64.tar.gz
|
||||
|
||||
##################################################################
|
||||
# dumb init
|
||||
##################################################################
|
||||
DUMB_INIT_VERSION=1.2.5
|
||||
DUMB_INIT_DOWNLOAD_URL=https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_x86_64
|
||||
|
||||
##################################################################
|
||||
# gosu
|
||||
##################################################################
|
||||
GOSU_VER=1.17
|
||||
GOSU_DOWNLOAD_URL=https://github.com/tianon/gosu/releases/download/${GOSU_VER}/gosu-amd64
|
Loading…
x
Reference in New Issue
Block a user