Skip to content

Commit

Permalink
Updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
remyvdwereld committed Nov 30, 2023
1 parent aab0243 commit af95f4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
FROM redis:6.2.14-alpine3.18

ENV REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt

# Setup Certificates for ADP/Motiv
COPY certificates/adp_rootca.crt /usr/local/share/ca-certificates/adp_rootca.crt
RUN chmod 644 /usr/local/share/ca-certificates/adp_rootca.crt \
&& update-ca-certificates --fresh

RUN apk add --no-cache gettext
COPY redis.conf.template /usr/local/etc/redis/redis.conf.template

Expand Down

0 comments on commit af95f4f

Please sign in to comment.