Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Dec 21, 2023
1 parent d263f17 commit 546fa1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/Dockerfile.chat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:20-alpine3.17 as base

# Add Git, Python3, make, g++ in a single RUN command
RUN apk add --no-cache git python3 make g++ && yarn cache clean
RUN apk add git python3 make g++

# Set build context and work directories
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion packages/Dockerfile.dota
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:20-alpine3.17 as base

# Add Git, Python3, make, g++ in a single RUN command
RUN apk add --no-cache git python3 make g++ && yarn cache clean
RUN apk add git python3 make g++

# Set build context and work directories
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion packages/Dockerfile.events
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:20-alpine3.17 as base

# Add Git, Python3, make, g++ in a single RUN command
RUN apk add --no-cache git python3 make g++ && yarn cache clean
RUN apk add git python3 make g++

# Set build context and work directories
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion packages/Dockerfile.steam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:20-alpine3.17 as base

# Add Git, Python3, make, g++ in a single RUN command
RUN apk add --no-cache git python3 make g++ && yarn cache clean
RUN apk add git python3 make g++

# Set build context and work directories
WORKDIR /app
Expand Down

0 comments on commit 546fa1d

Please sign in to comment.