File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
imagetool/src/main/resources/docker-files Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ LABEL com.oracle.weblogic.imagetool.buildid="{{buildId}}"
9
9
USER root
10
10
11
11
{ {#useYum} }
12
- RUN yum -y --downloaddir={ {{tmpDir} }} install gzip tar unzip \
12
+ RUN yum -y --downloaddir={ {{tmpDir} }} install gzip tar unzip libaio \
13
13
&& yum -y --downloaddir={ {{tmpDir} }} clean all \
14
14
&& rm -rf /var/cache/yum/* \
15
15
&& rm -rf { {{tmpDir} }}
16
16
{ {/useYum} }
17
17
{ {#useAptGet} }
18
18
RUN apt-get -y update \
19
19
&& apt-get -y upgrade \
20
- && apt-get -y install gzip tar unzip \
20
+ && apt-get -y install gzip tar unzip libaio \
21
21
&& apt-get -y clean all
22
22
{ {/useAptGet} }
23
23
{ {#useApk} }
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ COPY --from=SOURCE_IMAGE --chown={{userid}}:{{groupid}} {{domain_home}} {{domain
34
34
USER root
35
35
36
36
{ {#useYum} }
37
- RUN yum -y --downloaddir={ {{tmpDir} }} install gzip tar unzip \
37
+ RUN yum -y --downloaddir={ {{tmpDir} }} install gzip tar unzip libaio \
38
38
&& yum -y --downloaddir={ {{tmpDir} }} clean all \
39
39
&& rm -rf /var/cache/yum/* \
40
40
&& rm -rf { {{tmpDir} }}
41
41
{ {/useYum} }
42
42
{ {#useAptGet} }
43
43
RUN apt-get -y update \
44
44
&& apt-get -y upgrade \
45
- && apt-get -y install gzip tar unzip \
45
+ && apt-get -y install gzip tar unzip libaio \
46
46
&& apt-get -y clean all
47
47
{ {/useAptGet} }
48
48
{ {#useApk} }
You can’t perform that action at this time.
0 commit comments