tastelikefeet commited on
Commit
11c6d1b
·
verified ·
1 Parent(s): d6e89f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -19,12 +19,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
19
  nano \
20
  unzip \
21
  zip \
22
- build-essential \
23
- && rm -rf /var/lib/apt/lists/*
24
 
25
  RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
26
- apt-get install -y nodejs && \
27
- rm -rf /var/lib/apt/lists/*
28
 
29
  RUN curl -LsSf https://astral.sh/uv/install.sh | sh
30
 
 
19
  nano \
20
  unzip \
21
  zip \
22
+ build-essential
 
23
 
24
  RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
25
+ apt-get install -y nodejs
 
26
 
27
  RUN curl -LsSf https://astral.sh/uv/install.sh | sh
28