Skip to content

Commit

Permalink
Fix redis package name
Browse files Browse the repository at this point in the history
  • Loading branch information
whitehara committed Jan 17, 2024
1 parent 9ebf7cb commit f870f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y lsb-release gpg && \
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps;

RUN apt-get update && apt-get install -y \
supervisor procps smbclient redis-stack-server imagemagick \
supervisor procps smbclient redis imagemagick \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /var/log/supervisord /var/run/supervisord
Expand Down

0 comments on commit f870f4b

Please sign in to comment.