We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c485a23 commit aa1b510Copy full SHA for aa1b510
1 file changed
Dockerfile
@@ -13,9 +13,8 @@ USER root
13
COPY . /app
14
WORKDIR /app
15
16
-# install fallocate for use by claire tests
17
RUN microdnf -y --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install \
18
- jq util-linux \
+ jq \
19
&& microdnf clean all -y
20
21
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
USER root
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
+
53
RUN mkdir /licenses
54
COPY ./LICENSE /licenses/LICENSE.txt
55
COPY ./image/bin /usr/local/bin
0 commit comments