Skip to content

Commit

Permalink
[onecc-docker] Change the release name of one-compiler in docker file (
Browse files Browse the repository at this point in the history
…#10807)

This commit changes the release name of one-compiler in docker file.
The name will be changed to match the url of one-compiler release name asset.

ONE-DCO-1.0.-Signed-off-by: Seunghui Lee <[email protected]>

Co-authored-by: Seunghui <[email protected]>
  • Loading branch information
Seunghui98 and Seunghui98 authored May 19, 2023
1 parent 095fee8 commit 6ee1c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/onecc-docker/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ ARG VERSION
RUN apt-get update && apt-get install -qqy --no-install-recommends \
wget \
ca-certificates \
&& wget https://github.com/Samsung/ONE/releases/download/${VERSION}/one-compiler_${VERSION}_amd64.deb \
&& apt-get install -y ./one-compiler_${VERSION}_amd64.deb \
&& wget https://github.com/Samsung/ONE/releases/download/${VERSION}/one-compiler-bionic_${VERSION}_amd64.deb \
&& apt-get install -y ./one-compiler-bionic_${VERSION}_amd64.deb \
&& rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["onecc"]

0 comments on commit 6ee1c70

Please sign in to comment.