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:
parent
8ed8970136
commit
0d635b9a0e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue