some rework

This commit is contained in:
STAM 2020-11-24 16:33:42 +03:00
parent 4eceda5a65
commit 50dccb2ec9
2 changed files with 14 additions and 5 deletions

14
SECURITY.md Normal file
View File

@ -0,0 +1,14 @@
# Security Policy
## Supported Docker Engine Versions
| Version | Supported |
| ------- | ------------------ |
| Docker >=19.x | :white_check_mark: |
| Linux x86_64 Images | :white_check_mark: |
## Reporting a Vulnerability
1. Open `Issues` tab [here](https://github.com/EpicMorg/docker-scripts/issues).
2. Select `CVE Report`.
3. Publish `CVE Report`.
4. Thank you :heart:

View File

@ -30,18 +30,14 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
console-cyrillic \ console-cyrillic \
cron \ cron \
curl \ curl \
ffmpeg \
fontconfig \
git \ git \
gnupg \ gnupg \
gnupg2 \ gnupg2 \
graphicsmagick \
htop \ htop \
iftop \ iftop \
iputils-ping \ iputils-ping \
jq \ jq \
kmod \ kmod \
libsvn-java \
locales \ locales \
lsb-release \ lsb-release \
lsof \ lsof \
@ -64,7 +60,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
tini \ tini \
tmux \ tmux \
tree \ tree \
ttf-dejavu \
util-linux \ util-linux \
uuid-runtime \ uuid-runtime \
wget \ wget \