feat: Added fastfetch to lab image
All checks were successful
Build and Push Dev Containers / build (push) Successful in 5m41s
All checks were successful
Build and Push Dev Containers / build (push) Successful in 5m41s
This commit is contained in:
@@ -15,7 +15,8 @@ RUN apk add --no-cache \
|
||||
procps \
|
||||
make \
|
||||
build-base \
|
||||
pre-commit
|
||||
pre-commit \
|
||||
fastfetch
|
||||
|
||||
# Add a non-root user
|
||||
RUN adduser -D dev && echo "dev ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
||||
|
||||
Reference in New Issue
Block a user