File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:18 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
LABEL maintainer=
"[email protected] "
4
4
5
5
RUN apt update && apt install -y git && rm -rf /var/lib/apt/lists/*
6
6
7
7
RUN git clone --depth=1 https://github.com/raesene/TestingScripts.git && rm -rf /TestingScripts/.git/
8
8
9
- FROM ubuntu:18 .04
9
+ FROM ubuntu:24 .04
10
10
11
11
RUN apt update && apt install -y ruby ruby-dev build-essential libffi-dev libxml2-dev libxslt-dev && rm -rf /var/cache/apt/* && rm -rf /var/lib/apt/lists/*
12
12
@@ -16,7 +16,9 @@ WORKDIR /TestingScripts
16
16
17
17
COPY --from=0 /TestingScripts /TestingScripts
18
18
19
- RUN gem install bundler -v '1.17.3' && bundle install
19
+ # RUN gem install bundler -v '1.17.3' && bundle install
20
+
21
+ RUN gem install bundler && bundle install
20
22
21
23
ENTRYPOINT ["/bin/bash" ]
22
24
You can’t perform that action at this time.
0 commit comments