Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ RUN apt-get clean && \
apt-get install expect -y && \
apt-get install vim -y

# Update wp cli
RUN wp cli update --yes

# All further commands will be performed as the docker user.
USER docker
SHELL ["/bin/bash", "-c"]
Expand Down