Skip to content

Commit

Permalink
Copying the LICENSE file to new folder for UBI
Browse files Browse the repository at this point in the history
  • Loading branch information
narkedi committed Oct 18, 2021
1 parent 73d845c commit 2664bc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 11/jdk/ubi/Dockerfile.open.releases.full
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ RUN set -eux; \
mkdir -p /opt/java/openjdk; \
cd /opt/java/openjdk; \
tar -xf /tmp/openjdk.tar.gz --strip-components=1; \
mkdir -p /licenses; \
cp /opt/java/openjdk/legal/java.base/LICENSE /licenses; \
rm -rf /tmp/openjdk.tar.gz;

ENV JAVA_HOME=/opt/java/openjdk \
Expand Down

0 comments on commit 2664bc2

Please sign in to comment.