Skip to content

Commit

Permalink
Try Debian slim
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 11, 2022
1 parent 05b7f21 commit 75372ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ghcr.io/gleam-lang/gleam:v0.24.0-erlang-alpine
FROM ghcr.io/gleam-lang/gleam:v0.24.0-erlang-slim

# install packages required to run the tests
RUN apk add --no-cache jq coreutils
RUN \
apt-get update && \
apt-get install -y --no-install-recommends jq

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

0 comments on commit 75372ba

Please sign in to comment.