Navigation Menu

Skip to content

Commit

Permalink
Fixed: redisai.so failed to load: libgomp.so.1: cannot open shared ob…
Browse files Browse the repository at this point in the history
…ject file

Added libgomp1 dependency.
  • Loading branch information
rafie committed Jun 23, 2019
1 parent 3c377b8 commit 9dc0e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redisedge/Dockerfile
@@ -1,6 +1,6 @@
FROM redislabs/redisedge:latest

ENV DEPS "python python-pip libglib2.0-0 libsm6 libxrender1 libxext6"
ENV DEPS "python python-pip libglib2.0-0 libsm6 libxrender1 libxext6 libgomp1"
RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends $DEPS;
Expand All @@ -15,4 +15,4 @@ RUN set -ex; \

ADD ./redisedge.conf /usr/local/etc/redisedge.conf

CMD ["/usr/local/etc/redisedge.conf"]
CMD ["/usr/local/etc/redisedge.conf"]

0 comments on commit 9dc0e48

Please sign in to comment.