Skip to content

Commit

Permalink
docker/Dockerfile: typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Dec 3, 2024
1 parent f8bfa23 commit 4be5739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN curl -L https://github.com/mlocati/docker-php-extension-installer/releases/l
install-php-extensions @composer ctype dom exif fileinfo gd iconv intl libxml mbstring simplexml xml xmlwriter zip zlib bz2 phar yaml xdebug &&\
ln -s /usr/local/bin/php /usr/bin/php &&\
usermod -s /bin/bash root &&\
echo 'shell "/bin/bash"' >> /root/.screenrc
echo 'shell "/bin/bash"' >> /root/.screenrc &&\
echo -e "syntax on\nfiletype plugin indent on\nset tabstop=4\nset shiftwidth=4\nset expandtab" > /root/.vimrc

ENV COMPOSER_ALLOW_SUPERUSER=1 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/vendor/bin LC_ALL=C.utf8 LANG=C.utf8
Expand Down

0 comments on commit 4be5739

Please sign in to comment.