Skip to content

Commit

Permalink
Re-ordered strace for OCD purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Feb 24, 2024
1 parent 64c7c55 commit 7b984b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/php/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN mkdir -p /etc/nginx/html /var/www/html /sock \
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -

RUN apt-get update && apt-get install -y \
strace \
cron \
default-mysql-client \
git \
Expand All @@ -35,6 +34,7 @@ RUN apt-get update && apt-get install -y \
msmtp \
nodejs \
procps \
strace \
vim \
zip \
&& rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion images/php/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN mkdir -p /etc/nginx/html /var/www/html /sock \
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -

RUN apt-get update && apt-get install -y \
strace \
cron \
default-mysql-client \
git \
Expand All @@ -35,6 +34,7 @@ RUN apt-get update && apt-get install -y \
msmtp \
nodejs \
procps \
strace \
vim \
zip \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 7b984b9

Please sign in to comment.