Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
retzero authored Sep 8, 2020
1 parent 2b1d429 commit d493b7d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,13 @@ RUN \
&& git clone git://git.tizen.org/platform/core/security/hash-signer -b tizen

# Set PATH
ENV PATH $PATH:$INSTALL_PATH/tools/ide/bin/:$INSTALL_PATH/package-manager/:$HOME/sdk-build/
ENV PATH $PATH:$INSTALL_PATH/tools/ide/bin:$INSTALL_PATH/package-manager/:$HOME/sdk-build/

# Define default platform-level certification
RUN \
tizen \
security-profiles add -n platform_level \
-a ~/hash-signer/certificates/tizen_author.p12 \
-p tizenauthor \
-d ~/hash-signer/certificates/tizen-distributor-partner-manufacturer-signer.p12 \
-dp tizenpkcs12passfordsigner

0 comments on commit d493b7d

Please sign in to comment.