Skip to content

Commit

Permalink
Merge pull request #32 from opt-nc/29-latest-docker-image-broken-bins…
Browse files Browse the repository at this point in the history
…h-yamlfixer-permission-denied

29 latest docker image broken binsh yamlfixer permission denied
  • Loading branch information
tamere-allo-peter authored Mar 16, 2022
2 parents 3083c2b + cbd60c3 commit c58b8f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.11.0a3-alpine
LABEL maintainer="[email protected], [email protected]"
LABEL maintainer="[email protected], [email protected], [email protected]"

COPY yamlfixer /usr/local/bin/yamlfixer
COPY requirements.txt /requirements.txt

RUN chmod 0755 /usr/local/bin/yamlfixer
RUN pip install -r /requirements.txt
RUN pip install --upgrade pip
RUN pip install yamlfixer-opt-nc

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

0 comments on commit c58b8f1

Please sign in to comment.