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

View file

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