logstash cleanup, prep for multiarch, move to ubuntu

log4pot tweaking
This commit is contained in:
t3chn0m4g3
2022-01-23 14:49:07 +00:00
parent ae18cb592e
commit a507bc5f39
6 changed files with 33 additions and 105 deletions

View File

@ -2,8 +2,7 @@ FROM ubuntu:20.04
ENV DEBIAN_FRONTEND noninteractive
#
# Install packages
RUN apt-get update && \
apt-get update -y && \
RUN apt-get update -y && \
apt-get dist-upgrade -y && \
apt-get install -y \
build-essential \