We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e40c50 commit 3122836Copy full SHA for 3122836
src/containers/transcode/Dockerfile
@@ -2,13 +2,13 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:2023
2
3
RUN dnf update -y \
4
&& dnf install -y wget tar xz \
5
- && dnf install -y ruby3.2
+ && dnf install -y ruby3.2 ruby3.2-devel
6
7
# See https://docs.aws.amazon.com/linux/al2023/release-notes/all-packages.html
8
# to figure out which specific version of Ruby is installed using the ruby3.2
9
# package.
10
11
-ENV APP_HOME /transcode
+ENV APP_HOME=/transcode
12
RUN mkdir -p $APP_HOME
13
WORKDIR $APP_HOME
14
0 commit comments