Skip to content
Snippets Groups Projects
Unverified Commit e6eeabcb authored by Ugur Yilmaz's avatar Ugur Yilmaz
Browse files

ST-1260: set user as tango

parent 97a3c354
No related branches found
No related tags found
No related merge requests found
...@@ -197,6 +197,8 @@ WORKDIR /app ...@@ -197,6 +197,8 @@ WORKDIR /app
RUN python3 -m pip install numpy==1.19.2 RUN python3 -m pip install numpy==1.19.2
RUN python3 -m pip install pytango==9.3.3 RUN python3 -m pip install pytango==9.3.3
RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/opt/poetry python3 - --yes RUN curl -sSL https://install.python-poetry.org | POETRY_HOME=/opt/poetry python3 - --yes
ENV PATH="${PATH}:/opt/poetry/bin"
RUN ln -sfn /usr/bin/python3 /usr/bin/python RUN ln -sfn /usr/bin/python3 /usr/bin/python
USER tango
ENV PATH="/home/tango/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/poetry/bin:${PATH}"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment