refactor: 🧑‍💻 Add cloc to devcontainer

This commit is contained in:
Jesse Wierzbinski 2024-05-06 08:46:22 +00:00
parent e249b61969
commit 31ef6865d8
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
# Bun doesn't run well on Musl but this seems to work
FROM oven/bun:1.1.7-alpine as base
RUN apk add --no-cache libstdc++ git bash curl openssh
RUN apk add --no-cache libstdc++ git bash curl openssh cloc
# Switch to Bash by editing /etc/passwd
RUN sed -i -e 's|/bin/ash|/bin/bash|g' /etc/passwd