Skip to content

Commit

Permalink
Approve Docker.Dotnet. Remove ref to sqlite
Browse files Browse the repository at this point in the history
Victor Chang <vicchang@nvidia.com>
  • Loading branch information
mocsharp committed Sep 12, 2022
1 parent 774cf54 commit a70f01a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion TaskManager.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ RUN apt-get clean \
&& apt-get install -y --no-install-recommends \
libssl1.1 \
openssl \
sqlite3 \
&& rm -rf /var/lib/apt/lists

WORKDIR /opt/monai/wm
Expand Down
1 change: 0 additions & 1 deletion WorkflowManager.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ RUN apt-get clean \
&& apt-get install -y --no-install-recommends \
libssl1.1 \
openssl \
sqlite3 \
&& rm -rf /var/lib/apt/lists

WORKDIR /opt/monai/wm
Expand Down
7 changes: 7 additions & 0 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1430,3 +1430,10 @@
:why: Apache 2.0 - https://raw.githubusercontent.com/aspnet/AspNetCore/2.0.0/LICENSE.txt
:versions: []
:when: 2022-08-16 14:46:00.000000000 +01:00
- - :approve
- Docker.DotNet
- :who: Victor Chang (mocsharp)
:why: MIT - https://github.com/dotnet/Docker.DotNet/blob/master/LICENSE
:versions: []
:when: 2022-09-12 16:27:00.000000000 +01:00

4 changes: 2 additions & 2 deletions tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ fi
if [ -f /.dockerenv ]; then
echo "##### Installing apt packages..."
apt-get update
apt-get install -y dcmtk sudo sqlite3
apt-get install -y dcmtk sudo
fi

if [ ! -z ${CI} ]; then
echo "##### Installing apt packages..."
sudo apt-get update
sudo apt-get install -y dcmtk sqlite3
sudo apt-get install -y dcmtk
fi

if [ -d "$RESULTS_DIR" ]; then
Expand Down

0 comments on commit a70f01a

Please sign in to comment.