Skip to content

Commit 100cb32

Browse files
author
Brett Richter
committed
oops typo in dnf install
1 parent 0865416 commit 100cb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN dnf install -y \
1414

1515
#install nginx
1616
RUN printf "[nginx-stable]\nname=nginx stable repo\nbaseurl=http://nginx.org/packages/amzn/2023/\$basearch/\ngpgcheck=1\nenabled=1\ngpgkey=https://nginx.org/keys/nginx_signing.key\nmodule_hotfixes=true\n" > /etc/yum.repos.d/nginx.repo
17-
RUN dnf install -y nginx ginx-module-njs
17+
RUN dnf install -y nginx nginx-module-njs
1818

1919
# download and install cantaloupe
2020
ENV CANTALOUPE_VERSION=5.0.7

0 commit comments

Comments
 (0)