Skip to content

Commit

Permalink
Install ghostscript dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Dielee committed Jun 7, 2021
1 parent 64a4a8a commit 6544f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/Dockerfile_dev
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY requirements.txt .
RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && \
curl https://packages.microsoft.com/config/debian/10/prod.list > /etc/apt/sources.list.d/mssql-release.list

RUN apt-get update && apt-get install -y unzip unixodbc-dev git nano
RUN apt-get update && apt-get install -y unzip unixodbc-dev git nano ghostscript
RUN ACCEPT_EULA=Y apt-get install -y msodbcsql17

# install dependencies
Expand Down

0 comments on commit 6544f26

Please sign in to comment.