Skip to content

Commit

Permalink
Workaround a Java packaging bug on Debian 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
laeti-tia committed Nov 21, 2023
1 parent 27e0eb7 commit 6fa1b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-envs/Dockerfile-d10
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
FROM debian:10.11 AS unibuild-image

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

# Copy unibuild source
COPY . /usr/share/unibuild/
Expand Down

0 comments on commit 6fa1b30

Please sign in to comment.