Fix missed libraries
[aai/aai-common.git] / Dockerfiles / aai-common / Dockerfile.ubuntu
similarity index 92%
rename from Dockerfiles/aai-common/Dockerfile
rename to Dockerfiles/aai-common/Dockerfile.ubuntu
index fb7b667..df9c247 100644 (file)
@@ -18,7 +18,7 @@ RUN \
     # Creates the group and user with the name aaiadmin for aai
     #groupadd -r aaiadmin && useradd -r -g aaiadmin aaiadmin && \
     # Put all the dependencies into this variable to easily install everything
-    DEPS="wget ca-certificates curl ksh git openjdk-8-jre-headless jq vim netcat uuid-runtime" &&  \
+    DEPS="ca-certificates curl git jq ksh libcurl3 netcat openjdk-8-jre-headless vim uuid-runtime wget" &&  \
     # Run the update before for the package manager to properly fetch install packages
     apt-get update && \
     # Install the recommended dependencies