-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM support not needed for Github Actions
- Loading branch information
1 parent
d64eaaa
commit d58d8b2
Showing
1 changed file
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,6 @@ LABEL "maintainer"="Ajin Abraham <[email protected]>" | |
LABEL "repository"="https://github.com/ajinabraham/njsscan" | ||
LABEL "homepage"="https://github.com/ajinabraham/njsscan" | ||
|
||
RUN apt-get update \ | ||
&& apt-get install gcc -y \ | ||
&& apt-get clean | ||
|
||
RUN pip install njsscan | ||
|
||
ADD entrypoint.sh /entrypoint.sh | ||
|