Skip to content

Commit

Permalink
Remove Debian Java certs fix as it doesn't work properly.
Browse files Browse the repository at this point in the history
Building perfsonar-logstash on Debian 10 will first need to have the
following bug solved:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042732
  • Loading branch information
laeti-tia committed Nov 21, 2023
1 parent 2078231 commit fc88e8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-envs/Dockerfile-d10
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
FROM debian:10.11 AS unibuild-image

# Install pre-requisites for building packages
# The rmdir/mkdir for java certs is needed to circumvent a Debian/Ubuntu Java packaging bug on D10
RUN apt-get update -y && \
apt-get upgrade -y && \
rmdir /etc/ssl/certs/java \
mkdir /etc/ssl/certs/java \
apt-get install -y sudo apt-utils curl emacs-nox gnupg htop m4 make pylint rsync screen tree vim

# Copy unibuild source
Expand Down

0 comments on commit fc88e8b

Please sign in to comment.