File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,13 @@ RUN apt-get install -y \
12
12
libmysqlclient-dev \
13
13
python3-pip libpq-dev \
14
14
python3-wheel apache2-dev \
15
- gnuplot
15
+ gnuplot pkg-config
16
16
17
17
RUN git clone https://github.com/bu-isciii/iskylims.git /srv/iskylims
18
18
WORKDIR /srv/iskylims
19
- RUN git checkout develop
20
-
21
19
RUN pip install -r conf/requirements.txt
22
20
23
- RUN bash install.sh --install app --dev -- conf conf/docker_install_settings.txt --docker
21
+ RUN bash install.sh --install app --conf conf/docker_install_settings.txt --docker
24
22
25
23
WORKDIR /opt/iskylims
26
24
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ djangorestframework==3.14.0
22
22
drf-yasg == 1.21.5
23
23
xlrd == 2.0.1
24
24
pandas == 1.5.3
25
+ numpy == 1.26.4
25
26
openpyxl == 3.1.1
You can’t perform that action at this time.
0 commit comments