Skip to content

Commit

Permalink
use apt-get instead of apt to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Jan 23, 2025
1 parent 46db8e8 commit a4d5e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ USER root
#######################

# Add curl to access API routes
RUN apt-get update && apt dist-upgrade -y && apt-get install -y curl vim stunnel4 git
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y curl vim stunnel4 git

# Install EFS Dependencies
RUN apt-get -y install binutils rustc cargo pkg-config libssl-dev
Expand Down

0 comments on commit a4d5e76

Please sign in to comment.