Skip to content

Commit

Permalink
Merge pull request #1177 from Amsterdam/improvement/update-redis-alpine
Browse files Browse the repository at this point in the history
Updated dockerfile
  • Loading branch information
remyvdwereld authored Nov 30, 2023
2 parents d1064f8 + af95f4f commit 78b69d5
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 78b69d5

Please sign in to comment.