Skip to content

Commit 8167bf1

Browse files
authored
sandbox openssh-server (#196)
<!-- av pr metadata This information is embedded by the av CLI when creating PRs to track the status of stacks when using Aviator. Please do not delete or edit this section of the PR. ``` {"parent":"main","parentHead":"","trunk":"main"} ``` --> <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Remove sandbox Dockerfile and YAML, add `openssh-server` to default Dockerfile. > > - **Dockerfile Changes**: > - Deletes `.ellipsis/sandbox.Dockerfile` and `.ellipsis/sandbox.yaml`, removing the sandbox configuration. > - Adds `openssh-server` installation to `.ellipsis/sandboxes/default.Dockerfile`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=nsbradford%2FTalkFormAI&utm_source=github&utm_medium=referral)<sup> for d5b0309aefd00165b86b90a735a6f8dd82da8582. You can [customize](https://app.ellipsis.dev/nsbradford/settings/summaries) this summary. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
1 parent 5f92d78 commit 8167bf1

File tree

3 files changed

+2
-39
lines changed

3 files changed

+2
-39
lines changed

.ellipsis/sandbox.Dockerfile

Lines changed: 0 additions & 25 deletions
This file was deleted.

.ellipsis/sandbox.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.ellipsis/sandboxes/default.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ RUN apt-get update && apt-get install -y \
99
python3 \
1010
make \
1111
g++ \
12-
git
12+
git \
13+
openssh-server
1314

1415
# https://docs.doppler.com/docs/install-cli
1516
RUN apt-get update && apt-get install -y apt-transport-https ca-certificates curl gnupg && \

0 commit comments

Comments
 (0)