Skip to content

Commit

Permalink
Perhaps this is required
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 11, 2022
1 parent 05b7f21 commit a0fc58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/gleam-lang/gleam:v0.24.0-erlang-alpine

# install packages required to run the tests
RUN apk add --no-cache jq coreutils
RUN apk add --no-cache jq coreutils ca-certificates bind-tools

WORKDIR /opt/test-runner
COPY . .
Expand Down

0 comments on commit a0fc58a

Please sign in to comment.