Gordon King created MNEMONIC-780:
------------------------------------
Summary: Remove a redundant env setting from dockerfile
Key: MNEMONIC-780
URL: https://issues.apache.org/jira/browse/MNEMONIC-780
Project: Mnemonic
Issue Type: Improvement
Components: Build
Affects Versions: 0.18.0
Reporter: Gordon King
Assignee: Gordon King
There is a redundant env. setting which takes overlapped effect on the
resulting docker image. Because the installation script of rust has added it
into bash profile already.
{code:java}
ENV PATH="/root/.cargo/bin:${PATH}"{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)