Skip to content

Commit

Permalink
test: add new image
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvazq committed Oct 12, 2020
1 parent d6a49c8 commit b6b7a96
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python3.9-nodejs14-alpine

LABEL "com.github.actions.name"="Auto-linter"
LABEL "com.github.actions.description"="Python linter checker"
Expand All @@ -12,14 +12,13 @@ LABEL "maintainer"="Lucas Vazquez <lucas5zvazquez@gmail.com>"
RUN python --version
RUN pip --version
# RUN apt install colordiff
# RUN apt install npm
RUN apt install npm

# https://github.com/vinta/awesome-python#command-line-tools
# https://github.com/vinta/awesome-python#algorithms-and-design-patterns

ENTRYPOINT ["entrypoint.sh"]

# ENTRYPOINT ["/bin/echo", "Hello world"]
ENTRYPOINT ["/bin/echo", "Hello world"]
# COPY entrypoint.sh /
# RUN chmod +x /entrypoint.sh
# ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit b6b7a96

Please sign in to comment.