Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 18947e1

Browse files
committed
remove sudo
1 parent 4d1b0ec commit 18947e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN pip install requests
110110
# Install WP-CLI
111111
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
112112
RUN chmod +x wp-cli.phar
113-
RUN sudo mv wp-cli.phar /usr/local/bin/wp
113+
RUN mv wp-cli.phar /usr/local/bin/wp
114114

115115
# Add Scripts
116116
ADD scripts/start.sh /start.sh

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /