Skip to content

Commit

Permalink
docker/Dockerfile: fix echo to .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Feb 6, 2025
1 parent 4be5739 commit 9132ca4
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 @@ -10,7 +10,7 @@ RUN curl -L https://github.com/mlocati/docker-php-extension-installer/releases/l
ln -s /usr/local/bin/php /usr/bin/php &&\
usermod -s /bin/bash root &&\
echo 'shell "/bin/bash"' >> /root/.screenrc &&\
echo -e "syntax on\nfiletype plugin indent on\nset tabstop=4\nset shiftwidth=4\nset expandtab" > /root/.vimrc
echo "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
RUN composer require --no-update acdh-oeaw/arche-ingest &&\
Expand Down

0 comments on commit 9132ca4

Please sign in to comment.