Skip to content

Commit

Permalink
Download Gleam packags
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 11, 2022
1 parent 05b7f21 commit 385a8cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
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 \
# install packages required to run the tests
apk add --no-cache jq coreutils \
# Download the used Gleam packages
echo get the packages here


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

0 comments on commit 385a8cb

Please sign in to comment.