Skip to content

Commit

Permalink
add exiftool for dvlop api
Browse files Browse the repository at this point in the history
inaki321 committed May 17, 2024
1 parent b019424 commit 0c395a8
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -32,6 +32,8 @@ RUN curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor
&& apt-get update \
&& ACCEPT_EULA=Y apt-get install -y msodbcsql18

RUN apt-get install exiftool

RUN apt-get update \
&& apt-get install -y tdsodbc unixodbc-dev \
&& apt install unixodbc -y \
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hal9sky",
"version": "0.5.0",
"version": "0.5.1",
"scripts": {
"build": "rm -rf dist && webpack --mode development",
"start": "node ./dist/server.js",

0 comments on commit 0c395a8

Please sign in to comment.