Skip to content

Commit

Permalink
Remove unused Docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Apr 4, 2024
1 parent 0040997 commit 394d416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM amazonlinux:2023.3.20240219.0 AS builder
ARG VERSION
ARG INDEXER_TAR_NAME

RUN yum install curl-minimal openssl xz tar findutils shadow-utils -y
RUN yum install openssl tar findutils shadow-utils -y

COPY ${INDEXER_TAR_NAME} /

Expand Down

0 comments on commit 394d416

Please sign in to comment.