Update jump-box/Dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
FROM fedora:44
|
||||
|
||||
# TODO: claude CLI, k8s client
|
||||
# TODO: k8s client
|
||||
|
||||
ENV TARGET_USER=garrettmills
|
||||
ENV TARGET_UID=1000
|
||||
ENV TARGET_GID=1000
|
||||
|
||||
COPY startup.bash /usr/sbin/startup.bash
|
||||
|
||||
RUN dnf install -y \
|
||||
zip unzip curl tar vim htop fish stow git openssh-clients gnupg2 make nodejs \
|
||||
procps-ng rsync screen sudo which autojump hostname jq the_silver_searcher wget \
|
||||
coreutils util-linux \
|
||||
&& chown $TARGET_UID:$TARGET_GID /var/log/container-stdout.log
|
||||
&& chmod +x /usr/sbin/startup.bash
|
||||
|
||||
CMD ["tail", "-f", "/var/log/container-stdout.log"]
|
||||
CMD ["/usr/sbin/startup.bash"]
|
||||
|
||||
Reference in New Issue
Block a user