This commit is contained in:
parent
8e397d7b55
commit
8f82b12133
@ -13,6 +13,10 @@ RUN apk add --no-cache \
|
||||
npm \
|
||||
bash
|
||||
|
||||
RUN curl -fsSL https://get.docker.com | sh
|
||||
|
||||
RUN docker ps
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY cppbuilder .
|
||||
|
@ -4,9 +4,13 @@ RUN apt-get update && apt-get install -y \
|
||||
build-essential \
|
||||
cmake \
|
||||
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/*
|
||||
|
||||
RUN curl -fsSL https://get.docker.com | sh
|
||||
|
||||
RUN docker ps
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY cppbuilder .
|
||||
|
Loading…
x
Reference in New Issue
Block a user