File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,8 @@ USER root
13
13
COPY . /app
14
14
WORKDIR /app
15
15
16
- # install fallocate for use by claire tests
17
16
RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
18
- jq util-linux \
17
+ jq \
19
18
&& microdnf clean all -y
20
19
21
20
ENV MAVEN_OPTS="-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Dmaven.repo.local=/app/.m2 -Dmaven.artifact.threads=42"
@@ -46,6 +45,11 @@ LABEL name="Red Hat Messaging QE - Java CLI Image" \
46
45
47
46
USER root
48
47
48
+ # install fallocate for use by claire tests
49
+ RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
50
+ util-linux \
51
+ && microdnf clean all -y
52
+
49
53
RUN mkdir /licenses
50
54
COPY ./LICENSE /licenses/LICENSE.txt
51
55
COPY ./image/bin /usr/local/bin
You can’t perform that action at this time.
0 commit comments