diff --git a/.drone.yml b/.drone.yml index 9d0c6a6..af12e1e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,8 @@ steps: --destination "$DESTINATION_PREFIX:linters-$DRONE_COMMIT_SHA" - name: lint - image: git.roboces.dev/catalin/halig:linters-c84d285a66f69b9e426d52cd67c74e464a4605f6 + image: git.roboces.dev/catalin/halig:linters-$${DRONE_COMMIT_SHA} + #image: git.roboces.dev/catalin/halig:linters-c84d285a66f69b9e426d52cd67c74e464a4605f6 # $DESTINATION_PREFIX:linters-$DRONE_COMMIT_SHA commands: - pre-commit run --all-files --color always diff --git a/Dockerfile b/Dockerfile index 0203417..ef9e69e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN apk add --no-cache \ gcc \ libressl-dev \ musl-dev \ + git \ libffi-dev \ tzdata \ && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal \