Skip to content

Commit 3122836

Browse files
committed
Add ruby3.2-devel
1 parent 6e40c50 commit 3122836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/transcode/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:2023
22

33
RUN dnf update -y \
44
&& dnf install -y wget tar xz \
5-
&& dnf install -y ruby3.2
5+
&& dnf install -y ruby3.2 ruby3.2-devel
66

77
# See https://docs.aws.amazon.com/linux/al2023/release-notes/all-packages.html
88
# to figure out which specific version of Ruby is installed using the ruby3.2
99
# package.
1010

11-
ENV APP_HOME /transcode
11+
ENV APP_HOME=/transcode
1212
RUN mkdir -p $APP_HOME
1313
WORKDIR $APP_HOME
1414

0 commit comments

Comments
 (0)