mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-24 13:45:32 +03:00
make - autocommit
This commit is contained in:
parent
84dce7abf6
commit
d9e0c4e486
@ -37,26 +37,19 @@ RUN apt-get update && \
|
|||||||
autoconf-archive \
|
autoconf-archive \
|
||||||
gnu-standards \
|
gnu-standards \
|
||||||
cmake \
|
cmake \
|
||||||
libunwind-dev \
|
|
||||||
golang \
|
|
||||||
at \
|
at \
|
||||||
autopkgtest \
|
autopkgtest \
|
||||||
gcc-multilib \
|
gcc-multilib \
|
||||||
g++-multilib \
|
g++-multilib \
|
||||||
libxkbcommon-dev \
|
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
libgtk-3-dev \
|
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
libfreetype6-dev \
|
libfreetype6-dev \
|
||||||
libegl1-mesa-dev \
|
libegl1-mesa-dev \
|
||||||
libgles2-mesa-dev \
|
libgles2-mesa-dev \
|
||||||
libgbm-dev \
|
|
||||||
uuid-dev \
|
uuid-dev \
|
||||||
nvidia-cg-toolkit \
|
nvidia-cg-toolkit \
|
||||||
nvidia-cg-dev \
|
|
||||||
libavcodec-dev \
|
libavcodec-dev \
|
||||||
libsdl2-dev \
|
|
||||||
libsdl-image1.2-dev \
|
libsdl-image1.2-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
yasm \
|
yasm \
|
||||||
@ -72,15 +65,12 @@ RUN apt-get update && \
|
|||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
libgd-dev \
|
|
||||||
libpcre3-dev \
|
libpcre3-dev \
|
||||||
libgeoip-dev \
|
libgeoip-dev \
|
||||||
libkrb5-dev \
|
libkrb5-dev \
|
||||||
libperl-dev \
|
libperl-dev \
|
||||||
krb5-user \
|
krb5-user \
|
||||||
luajit \
|
|
||||||
liblua5.1-0-dev \
|
liblua5.1-0-dev \
|
||||||
libmaxminddb-dev \
|
|
||||||
libpam0g-dev \
|
libpam0g-dev \
|
||||||
libldap2-dev \
|
libldap2-dev \
|
||||||
libavformat-dev \
|
libavformat-dev \
|
||||||
@ -88,7 +78,6 @@ RUN apt-get update && \
|
|||||||
libswscale-dev \
|
libswscale-dev \
|
||||||
libavcodec-dev \
|
libavcodec-dev \
|
||||||
libz-dev \
|
libz-dev \
|
||||||
libhiredis-dev \
|
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
libcrypto++-dev \
|
libcrypto++-dev \
|
||||||
libbz2-dev \
|
libbz2-dev \
|
||||||
@ -99,8 +88,6 @@ RUN apt-get update && \
|
|||||||
libc6-dev \
|
libc6-dev \
|
||||||
make \
|
make \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
golang \
|
|
||||||
golang-go \
|
|
||||||
python3-all-dev \
|
python3-all-dev \
|
||||||
python-dev \
|
python-dev \
|
||||||
g++-multilib \
|
g++-multilib \
|
||||||
@ -110,26 +97,6 @@ RUN apt-get update && \
|
|||||||
gdb \
|
gdb \
|
||||||
strace
|
strace
|
||||||
|
|
||||||
##################################################################
|
|
||||||
# Rust compillers
|
|
||||||
##################################################################
|
|
||||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile complete --default-toolchain stable --verbose
|
|
||||||
RUN printf "\n--------------------------------\n$(cargo --version)\n--------------------------------\n\n"
|
|
||||||
|
|
||||||
##################################################################
|
|
||||||
# Flutter SDK
|
|
||||||
##################################################################
|
|
||||||
RUN git clone https://github.com/flutter/flutter.git -b stable /flutter
|
|
||||||
RUN flutter precache
|
|
||||||
RUN flutter config --no-analytics
|
|
||||||
RUN dart --disable-analytics
|
|
||||||
RUN printf "\n--------------------------------\n$(flutter --version)\n--------------------------------\n\n"
|
|
||||||
|
|
||||||
##################################################################
|
|
||||||
# GO compillers
|
|
||||||
##################################################################
|
|
||||||
RUN printf "\n--------------------------------\n$(go version)\n--------------------------------\n\n"
|
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# other customisations
|
# other customisations
|
||||||
##################################################################
|
##################################################################
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# update lists
|
# update lists
|
||||||
@ -25,19 +25,15 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
cmatrix-xfont \
|
cmatrix-xfont \
|
||||||
cron \
|
cron \
|
||||||
curl \
|
curl \
|
||||||
# clzip \
|
|
||||||
cvs \
|
cvs \
|
||||||
dos2unix \
|
dos2unix \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
fontconfig \
|
fontconfig \
|
||||||
git \
|
git \
|
||||||
# git-extras \
|
|
||||||
git-flow \
|
git-flow \
|
||||||
git-cvs \
|
git-cvs \
|
||||||
git-doc \
|
git-doc \
|
||||||
git-email \
|
git-email \
|
||||||
# git-mediawiki \
|
|
||||||
# git-ftp \
|
|
||||||
gnupg \
|
gnupg \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
graphicsmagick \
|
graphicsmagick \
|
||||||
@ -46,10 +42,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
iftop \
|
iftop \
|
||||||
iotop \
|
iotop \
|
||||||
iperf \
|
iperf \
|
||||||
# iperf3 \
|
|
||||||
iputils-ping \
|
iputils-ping \
|
||||||
# jq \
|
|
||||||
# kmod \
|
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxml2-utils \
|
libxml2-utils \
|
||||||
lbzip2 \
|
lbzip2 \
|
||||||
@ -71,17 +64,13 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
perl \
|
perl \
|
||||||
procps \
|
procps \
|
||||||
pbzip2 \
|
pbzip2 \
|
||||||
# plzip \
|
|
||||||
p7zip-full \
|
p7zip-full \
|
||||||
p7zip-rar \
|
p7zip-rar \
|
||||||
python3-all \
|
python3-all \
|
||||||
python-all \
|
python-all \
|
||||||
python-pip \
|
python-pip \
|
||||||
# python3-pip \
|
|
||||||
# rclone \
|
|
||||||
rsync \
|
rsync \
|
||||||
rar \
|
rar \
|
||||||
# screenfetch \
|
|
||||||
smbclient \
|
smbclient \
|
||||||
subversion \
|
subversion \
|
||||||
telnet \
|
telnet \
|
||||||
@ -97,17 +86,15 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
|
|||||||
logrotate \
|
logrotate \
|
||||||
subversion-tools \
|
subversion-tools \
|
||||||
zip
|
zip
|
||||||
# pev
|
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# installing fs-tools
|
# installing fs-tools
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
|
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
|
||||||
apt-get install -y --allow-unauthenticated \
|
apt-get install -y --allow-unauthenticated \
|
||||||
btrfs-progs \
|
btrfs-tools \
|
||||||
exfat-utils \
|
exfat-utils \
|
||||||
e2fsprogs \
|
e2fsprogs \
|
||||||
f2fs-tools \
|
|
||||||
dosfstools \
|
dosfstools \
|
||||||
hfsutils \
|
hfsutils \
|
||||||
hfsprogs \
|
hfsprogs \
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# update lists
|
# update lists
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=http://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# update lists
|
# update lists
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=https://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=https://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
|
@ -6,7 +6,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
# perforce client binary
|
# perforce client binary
|
||||||
##################################################################
|
##################################################################
|
||||||
ENV P4_VERSION=r22.1
|
ENV P4_VERSION=r22.1
|
||||||
ENV P4_DOWNLOAD_URL=https://www.perforce.com/downloads/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
ENV P4_DOWNLOAD_URL=https://filehost.perforce.com/perforce/${P4_VERSION}/bin.linux26x86_64/p4
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# 7z official binary
|
# 7z official binary
|
||||||
|
Loading…
Reference in New Issue
Block a user