-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM debian:bookworm-20241111-slim | |
LABEL authors="eric2369" | ||
|
||
RUN apt-get update \ | ||
&& apt-get install -y --no-install-recommends curl ca-certificates git openssh-client xz-utils \ | ||
&& apt-get install -y --no-install-recommends dumb-init curl ca-certificates git openssh-client xz-utils \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
ARG TARGETPLATFORM | ||
|
@@ -21,16 +21,17 @@ RUN set -eux; \ | |
esac; \ | ||
curl "${URL}" --location | tar --extract --xz --directory=/usr/local --strip-components=1 | ||
|
||
RUN npm install [email protected] [email protected] @salesforce/cli@2.66.7 -g \ | ||
RUN npm install [email protected] [email protected] @salesforce/cli@2.67.7 -g \ | ||
&& npm cache clean --force | ||
|
||
RUN mkdir -p /root/.config/sf \ | ||
&& echo '["sfdx-git-delta"]' > /root/.config/sf/unsignedPluginAllowList.json \ | ||
&& sf plugins install [email protected].3 \ | ||
&& sf plugins install [email protected].4 \ | ||
&& npm cache clean --force | ||
|
||
RUN apt-get update \ | ||
&& apt-get install -y --no-install-recommends chromium \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
ENTRYPOINT ["/usr/bin/dumb-init", "--"] | ||
CMD ["/bin/bash"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM debian:bookworm-20241111-slim | |
LABEL authors="eric2369" | ||
|
||
RUN apt-get update \ | ||
&& apt-get install -y --no-install-recommends curl ca-certificates git openssh-client xz-utils \ | ||
&& apt-get install -y --no-install-recommends dumb-init curl ca-certificates git openssh-client xz-utils \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
ARG TARGETPLATFORM | ||
|
@@ -21,12 +21,13 @@ RUN set -eux; \ | |
esac; \ | ||
curl "${URL}" --location | tar --extract --xz --directory=/usr/local --strip-components=1 | ||
|
||
RUN npm install [email protected] [email protected] @salesforce/cli@2.66.7 -g \ | ||
RUN npm install [email protected] [email protected] @salesforce/cli@2.67.7 -g \ | ||
&& npm cache clean --force | ||
|
||
RUN mkdir -p /root/.config/sf \ | ||
&& echo '["sfdx-git-delta"]' > /root/.config/sf/unsignedPluginAllowList.json \ | ||
&& sf plugins install [email protected].3 \ | ||
&& sf plugins install [email protected].4 \ | ||
&& npm cache clean --force | ||
|
||
ENTRYPOINT ["/usr/bin/dumb-init", "--"] | ||
CMD ["/bin/bash"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters