Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
Jacob Woffenden committed Feb 20, 2024
1 parent 8bd0538 commit cb4badc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apt-get update --yes \
"python3-pip=22.0.2+dfsg-1ubuntu0.4" \
"unzip=6.0-26ubuntu3.2" \
&& apt-get clean --yes \
&& rm --force --recursive /var/lib/apt/lists/*
&& rm --force --recursive /var/lib/apt/lists/*

# Visaual Studio Code
RUN curl --location --fail-with-body \
Expand Down
2 changes: 1 addition & 1 deletion src/opt/aws-cli/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ sHMglg46c+nQLRzVTshjDjmtzvh9rcV9RKRoPetEggzCoD89veDA9jPR2Kw6RYkS
XzYm2fEv16/HRNYt7hJzneFqRIjHW5qAgSs/bcaRWpAU/QQzzJPVKCQNr4y0weyg
B8HCtGjfod0p1A==
=gdMc
-----END PGP PUBLIC KEY BLOCK-----
-----END PGP PUBLIC KEY BLOCK-----
1 change: 0 additions & 1 deletion src/usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
--accept-server-license-terms \
--host 0.0.0.0 \
--port 8080

0 comments on commit cb4badc

Please sign in to comment.