By: Fateme Ghasemi user 11 Jan 2020 at 1:49 a.m. CST

2 Responses
Fateme Ghasemi gravatar
I am mac user and gluu can't be installed on mac so i tried to install it on ubuntu in Dockerfile: ``` FROM ubuntu:16.04 RUN apt-get update RUN apt-get upgrade RUN apt-get update RUN apt-get update RUN apt-get install -y \ curl \ openssl \ ca-certificates RUN echo "deb https://repo.gluu.org/ubuntu/ bionic main" > /etc/apt/sources.list.d/gluu-repo.list RUN curl https://repo.gluu.org/ubuntu/gluu-apt.key | apt-key add - RUN apt-get upgrade RUN apt-get install gluu-server ``` but i get this error : ``` E: Unable to locate package gluu-server The command '/bin/sh -c apt-get install gluu-server' returned a non-zero code: 100 ``` can anyone help me?

By Michael Schwartz Account Admin 11 Jan 2020 at 3:05 p.m. CST

Michael Schwartz gravatar
Do another `apt update` ? When you `upgrade` that does not refresh packages from the repo.

By Michael Schwartz Account Admin 13 Jan 2020 at 9:57 p.m. CST

Michael Schwartz gravatar
Closing for lack of response.