File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- FROM ruby:3.3.7
1+ FROM ruby:3.3
22
3- LABEL maintainer=
"Josh Bielick <[email protected] >" 3+ LABEL maintainer=
"QAWAII <[email protected] >" 4+ LABEL org.opencontainers.image.source https://github.com/apptweak/pronto-ruby
45
56ARG BUNDLER_VERSION="2.6.3"
67ARG NODE_VERSION=14
78
8- RUN apt-get update && apt-get install -y curl
9-
109RUN apt-get update && \
11- apt-get install -y \
12- ruby-dev \
10+ apt-get install -y --no-install-recommends \
1311 build-essential \
1412 cmake \
13+ curl \
1514 git \
1615 pkg-config \
1716 openssl \
Original file line number Diff line number Diff line change 11name =ghcr.io/apptweak/pronto-ruby
22
33image :
4- docker build -f Dockerfile . -t ${name} :${TAG} -t ${name} :latest
4+ docker build . -f Dockerfile --platform ' linux/amd64 ' -t ${name} :${TAG} -t ${name} :latest
55
66test : spec/fixtures/test.git
77 docker run -v " ${CURDIR} :/runner" --workdir /runner --entrypoint /runner/dev_entrypoint.sh --rm ${name} :latest rspec
You can’t perform that action at this time.
0 commit comments