Skip to content

Commit

Permalink
Merge pull request #22 from GernotMaier/sync-docker-2
Browse files Browse the repository at this point in the history
imake
  • Loading branch information
GernotMaier authored Jan 19, 2024
2 parents dd5d780 + 9e5935f commit 0a7b7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-care
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM rootproject/root:6.24.06-centos7 AS build_image

RUN yum install -y imake
RUN yum install -y \
git \
makedepend \
imake \
which && \
yum clean all

Expand Down

0 comments on commit 0a7b7df

Please sign in to comment.