Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Jun 21, 2024
1 parent d599e59 commit 6421037
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ RUN apt-get update && apt-get install -y build-essential unixodbc unixodbc-dev
# Convert the script to Unix format and make it executable
RUN dos2unix FUXA/odbc/install_odbc_drivers.sh && chmod +x FUXA/odbc/install_odbc_drivers.sh

# Execute the script
WORKDIR /usr/src/app/FUXA/odbc
RUN install_odbc_drivers.sh

# Clone node-odbc repository
RUN git clone https://github.com/markdirish/node-odbc.git

Expand Down

0 comments on commit 6421037

Please sign in to comment.