mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 14:47:55 +03:00
init
This commit is contained in:
parent
da28e18c20
commit
a7fc45beb8
50
epicmorg/win32/win10/Dockerfile
Normal file
50
epicmorg/win32/win10/Dockerfile
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
FROM mcr.microsoft.com/windows:20H2
|
||||||
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
|
|
||||||
|
ENV chocolateyUseWindowsCompression false
|
||||||
|
|
||||||
|
##################################################################
|
||||||
|
# Installing ocolatey.org
|
||||||
|
##################################################################
|
||||||
|
RUN powershell -Command \
|
||||||
|
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; \
|
||||||
|
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||||
|
|
||||||
|
##################################################################
|
||||||
|
# install base packages
|
||||||
|
##################################################################
|
||||||
|
RUN cinst --no-progress -y -IgnoreChecksums \
|
||||||
|
7zip-zstd \
|
||||||
|
7zip.commandline \
|
||||||
|
7zip.portable \
|
||||||
|
asar7z \
|
||||||
|
curl \
|
||||||
|
directx \
|
||||||
|
dotnetfx \
|
||||||
|
exfat7z \
|
||||||
|
far \
|
||||||
|
git \
|
||||||
|
grit7z \
|
||||||
|
iso7z \
|
||||||
|
mc \
|
||||||
|
modern7z \
|
||||||
|
powershell \
|
||||||
|
powershell-core \
|
||||||
|
steamcmd \
|
||||||
|
sudo \
|
||||||
|
tartool \
|
||||||
|
thumbs7z \
|
||||||
|
vcredist-all \
|
||||||
|
vcredist140 \
|
||||||
|
vcredist2005 \
|
||||||
|
vcredist2008 \
|
||||||
|
vcredist2010 \
|
||||||
|
vcredist2012 \
|
||||||
|
vcredist2013 \
|
||||||
|
vcredist2013 \
|
||||||
|
vcredist2015 \
|
||||||
|
unrar \
|
||||||
|
unzip \
|
||||||
|
wavpack7z \
|
||||||
|
winrar \
|
||||||
|
wget
|
5
epicmorg/win32/win10/Makefile
Normal file
5
epicmorg/win32/win10/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
all: emgprod
|
||||||
|
emgprod:
|
||||||
|
docker build --compress -t epicmorg/prod:win10 .
|
||||||
|
docker push epicmorg/prod:win10
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user