Commit c6c9fac 1 parent bbc79f2 commit c6c9fac Copy full SHA for c6c9fac
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ ENV CASSANDRA_DATA_DIR /var/lib/cassandra
118
118
# Update base layer
119
119
RUN microdnf update && rm -rf /var/cache/yum \
120
120
# Install packages needed during install process
121
- && microdnf install --nodocs java-11-openjdk-headless python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
121
+ && microdnf install --nodocs java-11-openjdk-headless tzdata-java python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
122
122
&& microdnf clean all \
123
123
# Add Cassandra user
124
124
&& groupadd -r cassandra --gid=999 \
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ ENV CASSANDRA_DATA_DIR /var/lib/cassandra
119
119
# Update base layer
120
120
RUN microdnf update && rm -rf /var/cache/yum \
121
121
# Install packages needed during install process
122
- && microdnf install --nodocs java-11-openjdk-headless python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
122
+ && microdnf install --nodocs java-11-openjdk-headless tzdata-java python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
123
123
&& microdnf clean all \
124
124
# Add Cassandra user
125
125
&& groupadd -r cassandra --gid=999 \
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ ENV CASSANDRA_FILES_PATH /opt/cassandra_files
139
139
# Update base layer
140
140
RUN microdnf update && rm -rf /var/cache/yum \
141
141
# Install packages needed during install process
142
- && microdnf install --nodocs java-11-openjdk-headless python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
142
+ && microdnf install --nodocs java-11-openjdk-headless tzdata-java python3 zlib findutils which hostname iproute shadow-utils procps util-linux glibc-langpack-en \
143
143
&& microdnf clean all \
144
144
# Add Cassandra user
145
145
&& groupadd -r cassandra --gid=999 \
You can’t perform that action at this time.
0 commit comments