Skip to content

Commit

Permalink
install JQ to class13 container
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasForst committed Dec 19, 2024
1 parent 1e0e9ac commit 259bd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class13/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:12 AS gobuilder

RUN apt update && apt install -y openssh-server tmux vim nano curl ncat
RUN apt update && apt install -y openssh-server tmux vim nano curl ncat jq

RUN mkdir -p /var/run/sshd /root/.ssh
COPY sshd_config /etc/ssh/sshd_config
Expand Down

0 comments on commit 259bd2a

Please sign in to comment.