Skip to content

Commit

Permalink
[Build] Install git on all docker-images
Browse files Browse the repository at this point in the history
Prerequisite for
- eclipse-platform#2609
  • Loading branch information
HannesWell committed Dec 17, 2024
1 parent eeb87eb commit 94922f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN dnf -y update && dnf -y install \
lsof \
wget \
curl-minimal \
git \
dbus \
webkit2gtk3 \
glibc-locale-source \
Expand Down
10 changes: 9 additions & 1 deletion cje-production/dockerfiles/debian/swtnativebuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ RUN chmod u+x /usr/local/bin/uid_entrypoint && \
### end

ENV LANG=en_US.UTF-8
RUN apt-get update -qq && apt-get install -qq -y locales libgtk-3-dev libgtk-4-dev freeglut3-dev webkit2gtk-driver build-essential default-jdk
RUN apt-get update -qq && apt-get install -qq -y \
locales \
build-essential \
libgtk-3-dev \
libgtk-4-dev \
freeglut3-dev \
webkit2gtk-driver \
git \
default-jdk

ENV HOME=/home/swtbuild
ENV DISPLAY :0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN zypper --non-interactive update && zypper --non-interactive install \
wget \
curl \
unzip \
git-core \
vim \
tar \
gzip
Expand Down

0 comments on commit 94922f5

Please sign in to comment.