Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbbo-T authored Dec 7, 2024
1 parent e81e9e9 commit 2d74c24
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Usa una imagen base
FROM mcr.microsoft.com/devcontainers/universal:2
# Utiliza una imagen base oficial de Node.js
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-14

# 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
# Instala herramientas adicionales si es necesario
RUN apt-get update && apt-get install -y \
git \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 2d74c24

Please sign in to comment.