cartservice: add libssl to allow connecting to external redis instances (#388)

This allows setting REDIS_ADDR to say a Google memorystore instance

Fixes #363
This commit is contained in:
Janos Lenart 2020-08-26 18:59:02 +01:00 committed by GitHub
parent 8ed8970136
commit 0d635b9a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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