Skip to content

Commit 5f2d61a

Browse files
authored
Merge pull request #2904 from bluewave-labs/fix/alpine-to-slim
remove alpine fix
2 parents 79eb580 + ec80a2d commit 5f2d61a

File tree

5 files changed

+0
-47
lines changed

5 files changed

+0
-47
lines changed

docker/coolify/client.Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
44

55
WORKDIR /app
66

7-
RUN apk add --no-cache \
8-
python3 \
9-
make g++ \
10-
gcc \
11-
libc-dev \
12-
linux-headers \
13-
libusb-dev \
14-
eudev-dev
15-
167
COPY ./client/package*.json ./
178

189
RUN npm install

docker/dev/client.Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
44

55
WORKDIR /app
66

7-
RUN apk add --no-cache \
8-
python3 \
9-
make g++ \
10-
gcc \
11-
libc-dev \
12-
linux-headers \
13-
libusb-dev \
14-
eudev-dev
15-
16-
177
COPY ./client/package*.json ./
188

199
RUN npm install

docker/dist/client.Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
44

55
WORKDIR /app
66

7-
RUN apk add --no-cache \
8-
python3 \
9-
make g++ \
10-
gcc \
11-
libc-dev \
12-
linux-headers \
13-
libusb-dev \
14-
eudev-dev
15-
167
COPY ./client/package*.json ./
178

189
RUN npm install

docker/prod/client.Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
44

55
WORKDIR /app
66

7-
RUN apk add --no-cache \
8-
python3 \
9-
make g++ \
10-
gcc \
11-
libc-dev \
12-
linux-headers \
13-
libusb-dev \
14-
eudev-dev
15-
167
COPY ./client/package*.json ./
178

189
RUN npm install

docker/staging/client.Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ ENV NODE_OPTIONS="--max-old-space-size=4096"
44

55
WORKDIR /app
66

7-
RUN apk add --no-cache \
8-
python3 \
9-
make g++ \
10-
gcc \
11-
libc-dev \
12-
linux-headers \
13-
libusb-dev \
14-
eudev-dev
15-
16-
177
COPY ./client/package*.json ./
188

199
RUN npm install

0 commit comments

Comments
 (0)