Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbbo-T authored Dec 4, 2024
1 parent 173bab9 commit 6820dd4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Usa una imagen base
FROM mcr.microsoft.com/devcontainers/universal:2

# Instala Node.js
RUN apt-get update && apt-get install -y nodejs npm

# Instala Python
RUN apt-get install -y python3 python3-pip

# Instala otras dependencias necesarias
RUN pip3 install --upgrade pip

0 comments on commit 6820dd4

Please sign in to comment.