Skip to content

Commit

Permalink
fix bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Oct 16, 2024
1 parent b020d1b commit df5a83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux-anvil-cos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ RUN /opt/docker/bin/fix_rpm
# Install basic requirements.
COPY scripts/yum_clean_all /opt/docker/bin/
RUN if [ "${DISTRO_NAME}${DISTRO_VER}" = "almalinux8" ]; then \
EXTRA_YUM_PKGS="glibc-minimal-langpack glibc-langpack-en" \
fi \
EXTRA_YUM_PKGS="glibc-minimal-langpack glibc-langpack-en"; \
fi && \
yum update -y && \
yum install -y \
bzip2 \
Expand Down

0 comments on commit df5a83c

Please sign in to comment.