Skip to content
Snippets Groups Projects
Commit 88de259c authored by Konstantin Pavlov's avatar Konstantin Pavlov
Browse files

videolan-base-sid: added a hack to make java installable.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199 for more
details.
parent 981f5da9
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ ARG JENKINS_UID=499
RUN echo "deb http://ftp.fr.debian.org/debian/ sid main" > /etc/apt/sources.list && \
echo "deb-src http://ftp.fr.debian.org/debian/ sid main" >> /etc/apt/sources.list && \
apt-get update && \
mkdir -p /usr/share/man/man1 && \
apt-get install -y openssh-server openjdk-8-jdk lftp ca-certificates curl && \
apt-get clean -y && rm -rf /var/lib/apt/lists/* && \
sed -i 's|session required pam_loginuid.so|session optional pam_loginuid.so|g' /etc/pam.d/sshd && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment