Skip to content
Snippets Groups Projects
Commit 6054748e authored by Dean Lovett's avatar Dean Lovett
Browse files

fix: fixed hadolint

parent d0344265
No related branches found
No related tags found
No related merge requests found
Pipeline #24441 passed
FROM ruby:2.7.5
RUN apt-get update; apt-get install -y cmake build-essential; gem install bundler:2.1;
RUN apt-get update; apt-get install --no-install-recommends -y cmake build-essential; gem install bundler:2.1; \
apt-get clean; \
rm -rf /var/lib/apt/lists/* \
WORKDIR /app
COPY run.sh /run/run.sh
CMD ["sh", "/run/run.sh"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment