marcosgomesneto / bun-devcontainers

Bun Runtime Template for DevContainers & Docker. Bun Dev Container with PostgreSQL, MariaDB or Clean Project!
MIT License
15 stars 1 forks source link

Alpine variant not working #22

Closed marcosgomesneto closed 5 months ago

marcosgomesneto commented 6 months ago

The variant Alpine not working.

Dockerfile

# Update packages
RUN apt-get update

# Install Git
RUN apt-get update && apt-get install -y git

Alphine doesn't have apt-get command.