cartservice: add libssl to allow connecting to external redis instances

This allows setting REDIS_ADDR to say a Google memorystore instance

Fixes #363
This commit is contained in:
Janos Lenart 2020-08-26 16:45:37 +01:00
parent c4d86703c5
commit d7699cfca6

View file

@ -35,6 +35,7 @@ RUN apk add --no-cache \
libuuid \
libgcc \
libstdc++ \
libssl1.0 \
libintl \
icu
WORKDIR /app