Skip to content

Commit

Permalink
Fix docker image with pip
Browse files Browse the repository at this point in the history
cf #29
  • Loading branch information
adriens authored Mar 16, 2022
1 parent 3cefa76 commit cbd60c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ LABEL maintainer="[email protected], [email protected], [email protected]"


RUN pip install --upgrade pip

RUN adduser -D worker
USER worker

RUN pip install yamlfixer-opt-nc

ENV PATH="/home/worker/.local/bin:${PATH}"

0 comments on commit cbd60c3

Please sign in to comment.