Skip to content

Commit

Permalink
fix: remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jun 16, 2023
1 parent 376b531 commit fba1f1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY --from=qodana-php /opt/idea /opt/idea

RUN apt-get update && \
apt-get install -y curl && \
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - && \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
curl https://packages.sury.org/php/README.txt | bash && \
apt-get install -y nodejs php8.0-cli php8.0-mysql php8.0-curl php8.0-gd php8.0-xml php8.0-zip php8.0-opcache php8.0-mbstring php8.0-intl php8.0-imap php8.0-pgsql php8.0-soap && \
rm -rf /var/cache/apt /var/lib/apt/ /tmp/* && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.8.1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY --from=qodana-php /opt/idea /opt/idea

RUN apt-get update && \
apt-get install -y curl && \
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - && \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
curl https://packages.sury.org/php/README.txt | bash && \
apt-get install -y nodejs php8.1-cli php8.1-mysql php8.1-curl php8.1-gd php8.1-xml php8.1-zip php8.1-opcache php8.1-mbstring php8.1-intl php8.1-imap php8.1-pgsql php8.1-soap && \
rm -rf /var/cache/apt /var/lib/apt/ /tmp/* && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.8.2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY --from=qodana-php /opt/idea /opt/idea

RUN apt-get update && \
apt-get install -y curl && \
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - && \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
curl https://packages.sury.org/php/README.txt | bash && \
apt-get install -y nodejs php8.2-cli php8.2-mysql php8.2-curl php8.2-gd php8.2-xml php8.2-zip php8.2-opcache php8.2-mbstring php8.2-intl php8.2-imap php8.2-pgsql php8.2-soap && \
rm -rf /var/cache/apt /var/lib/apt/ /tmp/* && \
Expand Down

0 comments on commit fba1f1f

Please sign in to comment.