Skip to content

Commit

Permalink
Removing -y (#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmurray-r7 committed Jan 17, 2025
1 parent 074559e commit 6016fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/whois/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "7e7877aeeb7f184f54f5225194b355de",
"spec": "d02ec7e3c36dd302c5c63a95cb53d983",
"manifest": "1588546a33ea7ad727ddb4da7cccf361",
"setup": "d096809ce9406aab15b8953507d6afe0",
"schemas": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/whois/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

ADD . /python/src

RUN python setup.py build && python setup.py install
RUN pip install .

# User to run plugin code. The two supported users are: root, nobody
USER nobody
Expand Down
2 changes: 1 addition & 1 deletion plugins/whois/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sdk:
user: nobody
packages:
- whois
- git -y
- git
cloud_ready: true
fedramp_ready: true
resources:
Expand Down

0 comments on commit 6016fbf

Please sign in to comment.