Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekStewie authored Nov 1, 2023
1 parent 7f36c99 commit 4917daa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ RUN apt-get autoremove --assume-yes \
&& apt-get clean --assume-yes \
&& rm -rf /var/lib/apt/lists/*

ENV SFDX_CONTAINER_MODE true
ENV SFDX_CODE_COVERAGE_REQUIREMENT 75
ENV SFDX_DISABLE_AUTOUPDATE false
ENV SFDX_MAX_QUERY_LIMIT 20000
ENV SFDX_REST_DEPLOY true
ENV DEBIAN_FRONTEND=dialog
ENV SHELL /bin/bash

# INSTALL SFDX PLUGINS
RUN echo y | sfdx plugins:install sfdmu

# INSTALL CUMULUSCI
RUN python3 -m pip install --upgrade pip
RUN pip install pipx
Expand Down

0 comments on commit 4917daa

Please sign in to comment.