Skip to content

Commit

Permalink
[DDS-1844] Revert changes used to test build speed.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Feb 21, 2024
1 parent a0a2a75 commit 557ac2c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions images/awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ additional_build_steps:
- ARG NODE_VERSION=v14.15.1

append_final:
- | # Required dependencies.
RUN set -eux; \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install apt-utils -y
- | # Required dependencies.
RUN set -eux; \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand All @@ -45,7 +41,7 @@ additional_build_steps:
- | # Install php & composer.
RUN set -eux; \
curl -sSL https://packages.sury.org/php/README.txt | bash -x; \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
php8.3-cli \
php8.3-gd \
php8.3-zip; \
Expand Down Expand Up @@ -87,4 +83,4 @@ additional_build_steps:
&& chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
&& apt update \
&& apt install gh -y
&& DEBIAN_FRONTEND=noninteractive apt install gh -y

0 comments on commit 557ac2c

Please sign in to comment.