File tree 1 file changed +4
-2
lines changed
OracleCloudInfrastructure/oci-cli
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2022, 2023 Oracle and/or its affiliates.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
+ #
4
+ # hadolint global ignore=DL3013
3
5
4
6
FROM ghcr.io/oracle/oraclelinux8-python:3.9
5
7
@@ -12,8 +14,8 @@ ENV IMAGE_BUILDTIME=${BUILDTIME} \
12
14
IMAGE_REVISION=${REVISION}
13
15
14
16
RUN dnf -y install jq && rm -rf /var/cache/dnf/* \
15
- && python3 -m pip install --upgrade pip \
16
- && python3 -m pip install oci-cli \
17
+ && python3 -m pip install --no-cache-dir -- upgrade pip \
18
+ && python3 -m pip install --no-cache-dir oci-cli \
17
19
&& cp /usr/local/lib/python3.9/site-packages/oci_cli/bin/oci_autocomplete.sh /usr/local/bin/oci_autocomplete.sh \
18
20
&& chmod +x /usr/local/bin/oci_autocomplete.sh \
19
21
&& useradd -m -d /oracle oracle \
You can’t perform that action at this time.
0 commit comments