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
No related merge requests found
FROM python:3.8 FROM python:3.8
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
# requirements for OpenCV
libgl1-mesa-dev \
# requirements to build python-ldap # requirements to build python-ldap
build-essential python3-dev libldap2-dev libsasl2-dev \ build-essential python3-dev libldap2-dev libsasl2-dev \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
FROM nginx FROM nginx:1.18
EXPOSE 8080 EXPOSE 8080
ADD nginx.conf /etc/nginx/conf.d/majak.conf 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