Skip to content

Commit

Permalink
chore: bump pstoedit
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 18, 2024
1 parent eb95001 commit d0675e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

*
* Bump pstoedit version

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WORKDIR /app
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs g++ ghostscript inkscape
RUN npm install
RUN wget https://sourceforge.net/projects/pstoedit/files/pstoedit/3.75/pstoedit-3.75.tar.gz/download &&\
tar -zxvf download && cd pstoedit-3.75 && ./configure --prefix /usr && make && make install
RUN wget https://sourceforge.net/projects/pstoedit/files/pstoedit/4.01/pstoedit-4.01.tar.gz/download &&\
tar -zxvf download && cd pstoedit-4.01 && ./configure --prefix /usr && make && make install

CMD ["/usr/bin/node", "/app/app.js"]

0 comments on commit d0675e1

Please sign in to comment.