Skip to content

Commit

Permalink
Update to v3.3.50
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregv committed Aug 5, 2023
1 parent 74273a0 commit f5b9b9c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
FROM ruby:2.5.8
FROM python:3.7.9-slim

LABEL "maintainer"="Reach <reach@42paris.fr>"
LABEL "repository"="https://github.com/alexandregv/norminette-docker"

RUN set -ex && apt-get update && apt-get -q install -y -V git && rm -rf /var/lib/apt/lists/*

WORKDIR /usr/src/norminette

RUN git clone --depth 1 https://github.com/42Paris/norminette .
RUN bundle
RUN python3 -m pip install --disable-pip-version-check --no-cache-dir norminette==3.3.50

WORKDIR /code

ENTRYPOINT ["/usr/src/norminette/norminette.rb"]
ENTRYPOINT ["norminette"]

0 comments on commit f5b9b9c

Please sign in to comment.