Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 2, 2023
1 parent 79cdf57 commit d0fe37b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ RUN \
&& ln -s /usr/bin/vim.tiny /usr/bin/vt \
&& rm -f /bin/sh && ln -s /bin/bash /bin/sh \
# && ln -s /usr/bin/supervisorctl /usr/bin/sv \
&& echo "alias ll='ls -lF'; alias la='ls -A'; alias l='ls -CF';" >> /root/.bashrc; \
&& echo "source <(nerdctl completion bash);" >> /root/.bashrc; \
&& echo "source <(nerdctl completion bash |sed \"s/nerdctl/docker/g\");" >> /root/.bashrc; \
&& echo "alias ll='ls -lF'; alias la='ls -A'; alias l='ls -CF';" >> /root/.bashrc \
&& echo "source <(nerdctl completion bash);" >> /root/.bashrc \
&& echo "source <(nerdctl completion bash |sed \"s/nerdctl/docker/g\");" >> /root/.bashrc \
\
mkdir -p /var/log/supervisor;
&& mkdir -p /var/log/supervisor;
# /etc/dropbear


Expand Down

0 comments on commit d0fe37b

Please sign in to comment.