Commit 280ef2c5 authored by Lukáš Bařinka's avatar Lukáš Bařinka
Browse files

Update Dockerfile

parent dbc7aeb0
No related merge requests found
Pipeline #10106 passed with stage
in 40 seconds
Showing with 1 addition and 1 deletion
+1 -1
FROM alpine:latest
RUN mkdir -p ~/.ssh /academy /project/.results; apk add --update jq git ncurses coreutils grep
RUN apk add bash openssh-client gawk sed curl tree shellcheck util-linux
RUN apk add bash openssh-client gawk sed curl tree shellcheck util-linux perl
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment