This commit is contained in:
parent
8e397d7b55
commit
8f82b12133
@ -13,6 +13,10 @@ RUN apk add --no-cache \
|
|||||||
npm \
|
npm \
|
||||||
bash
|
bash
|
||||||
|
|
||||||
|
RUN curl -fsSL https://get.docker.com | sh
|
||||||
|
|
||||||
|
RUN docker ps
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY cppbuilder .
|
COPY cppbuilder .
|
||||||
|
@ -4,9 +4,13 @@ RUN apt-get update && apt-get install -y \
|
|||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
cmake \
|
||||||
git \
|
git \
|
||||||
nlohmann-json3-dev wget curl cmake ninja-build mold build-essential \
|
nlohmann-json3-dev wget curl cmake ninja-build mold build-essential nodejs npm \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN curl -fsSL https://get.docker.com | sh
|
||||||
|
|
||||||
|
RUN docker ps
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY cppbuilder .
|
COPY cppbuilder .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user