mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
Update Dockerfile
This commit is contained in:
committed by
Sebastian Waldbauer
parent
536fe2cb7b
commit
af3be1c46c
@@ -4,11 +4,11 @@ ENV LANG C.UTF-8
|
||||
LABEL maintainer="Einar <elanfranco@csirtamericas.org>"
|
||||
LABEL maintainer="Jeremias <jpretto@cert.unlp.edu.ar>"
|
||||
LABEL maintainer="Mateo <mdurante@cert.unlp.edu.ar>"
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
RUN sudo apt-get update \
|
||||
&& sudo apt-get install -y --no-install-recommends \
|
||||
git \
|
||||
vim \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
&& sudo rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /opt
|
||||
ADD entrypoint-dev.sh /opt/entrypoint-dev.sh
|
||||
|
||||
Reference in New Issue
Block a user