feat: Added pre-commit to lab images
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled
This commit is contained in:
@@ -14,7 +14,8 @@ RUN apk add --no-cache \
|
||||
iputils \
|
||||
procps \
|
||||
make \
|
||||
build-base
|
||||
build-base \
|
||||
pre-commit
|
||||
|
||||
# Add a non-root user
|
||||
RUN adduser -D dev && echo "dev ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
||||
|
||||
Reference in New Issue
Block a user