Skip to content

Commit

Permalink
github-cli, jq, sshd AllowTcpForwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
suderman committed Dec 10, 2024
1 parent 5ab5315 commit ae435e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN mkdir -p /etc/ssh
RUN mkdir -p /run/openrc && touch /run/openrc/softlevel && rc-update add sshd
RUN echo "PasswordAuthentication no" >> /etc/ssh/sshd_config
RUN echo "Port 2222" >> /etc/ssh/sshd_config
RUN sed -i 's/^AllowTcpForwarding no/AllowTcpForwarding yes/' /etc/ssh/sshd_config
RUN ssh-keygen -A

# php & composer
Expand All @@ -50,7 +51,8 @@ RUN curl -fL https://github.com/docker/buildx/releases/download/v0.5.1/buildx-v0
RUN apk update && apk add \
esh iputils ncurses asciidoctor apache2-utils htop \
zsh tmux fzf fish nnn neovim neovim-doc neovim-lang fzf-neovim \
highlight fd ack ripgrep the_silver_searcher
highlight fd ack ripgrep the_silver_searcher \
github-cli jq

# Copy system config tweaks
COPY ./etc/ssh_config /etc/ssh/ssh_config
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ make shell
- [nonfiction/traefik](https://github.com/nonfiction/traefik)
- [nonfiction/hello-world](https://github.com/nonfiction/hello-world)
- [nonfiction/wordpress](https://github.com/nonfiction/wordpress)

## Test 2

0 comments on commit ae435e0

Please sign in to comment.