Skip to content

Commit

Permalink
feat: shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
esacteksab committed May 9, 2023
1 parent f21c976 commit 96a92cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-slim-bullseye

RUN apt update && apt dist-upgrade -y && apt install gnupg curl unzip git -y
RUN apt update && apt dist-upgrade -y && apt install gnupg curl unzip git shellcheck -y

# Import signing keys
COPY signing_keys /tmp/signing_keys
Expand Down

0 comments on commit 96a92cd

Please sign in to comment.