We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
24.04
1 parent b0eb808 commit 2f91034Copy full SHA for 2f91034
gifs/Dockerfile
@@ -1,12 +1,12 @@
1
-FROM ubuntu:20.04
+FROM ubuntu:24.04
2
3
RUN curl -fsSL https://deb.nodesource.com/setup_12.x | bash -
4
RUN apt-get update
5
RUN apt-get install ca-certificates-java openjdk-17-jdk openjdk-17-jre -y
6
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y pv curl clang rubygems nodejs python3-pip &&\
7
rm -rf /var/lib/apt/lists/* &&\
8
gem install rouge &&\
9
- pip3 install asciinema==2.1.0
+ pip3 install --break-system-packages asciinema==2.1.0
10
11
RUN mkdir /data
12
WORKDIR /data
0 commit comments