mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
fix: docker: io: apt-get install -> apt-get
This commit is contained in:
parent
e6684df59e
commit
97672ef5d5
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
|
|||
bun r gritty --omit dev && \
|
||||
bun i gritty --omit dev && \
|
||||
bun pm cache rm && \
|
||||
echo "ALL ALL=(ALL) NOPASSWD: /usr/bin/apt-get install *" > /etc/sudoers.d/apt-install && \
|
||||
echo "ALL ALL=(ALL) NOPASSWD: /usr/bin/apt-get *" > /etc/sudoers.d/apt-install && \
|
||||
echo "alias ls='ls --color=auto'" >> /etc/bash.bashrc && \
|
||||
chmod 0440 /etc/sudoers.d/apt-install && \
|
||||
echo "set editing-mode vi" >> /etc/inputrc && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue