Compare commits
2 Commits
9cb53e29e5
...
4111a6bcd7
| Author | SHA1 | Date | |
|---|---|---|---|
| 4111a6bcd7 | |||
| 421797aac1 |
3
CloudronStack/test-git-urls.txt
Normal file
3
CloudronStack/test-git-urls.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
https://github.com/target/goalert
|
||||
https://github.com/tirrenotechnologies/tirreno
|
||||
https://github.com/runmedev/runme
|
||||
@@ -123,8 +123,8 @@ RUN su - "${USERNAME}" -c 'mise exec -- npm install -g @just-every/code@0.4.6 @q
|
||||
RUN mkdir -p /workspace \
|
||||
&& chown "${USER_ID}:${GROUP_ID}" /workspace
|
||||
|
||||
# Remove sudo to ensure no root escalation is possible at runtime
|
||||
RUN apt-get remove -y sudo && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
|
||||
# Remove sudo to ensure no root escalation is possible at runtime (if installed)
|
||||
RUN apt-get remove -y sudo 2>/dev/null || true && apt-get autoremove -y 2>/dev/null || true && rm -rf /var/lib/apt/lists/* 2>/dev/null || true
|
||||
|
||||
ENV SHELL=/usr/bin/zsh \
|
||||
AQUA_GLOBAL_CONFIG=/home/${USERNAME}/.config/aquaproj-aqua/aqua.yaml \
|
||||
|
||||
Reference in New Issue
Block a user