Skip to content
Snippets Groups Projects
Commit 61ebeebf authored by jan.bednarik's avatar jan.bednarik
Browse files

Dockerfile updates

parent cc45d2aa
No related branches found
No related tags found
2 merge requests!76Merge test,!74Dockerfile updates
Pipeline #1061 passed
FROM python:3.8
RUN apt-get update && apt-get install -y \
# requirements for OpenCV
libgl1-mesa-dev \
# requirements to build python-ldap
build-essential python3-dev libldap2-dev libsasl2-dev \
&& rm -rf /var/lib/apt/lists/*
......
FROM nginx
FROM nginx:1.18
EXPOSE 8080
ADD nginx.conf /etc/nginx/conf.d/majak.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment