Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

422
Vistas
How to install AWS Redshift ODBC driver to Alpine in Docker. (Node.js)

I am creating a database connection to AWS Redshift using ODBC for Node.js. It is easy to install into Windows using the following link. https://docs.aws.amazon.com/redshift/latest/mgmt/configure-odbc-connection.html

But as I am trying to execute the application using Docker container I have to install is to Node:Alpine.

What are the ways of doing it?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

alpine does not support the C/C++ library version required by the driver. If you can live with slim, here's how to install:

FROM node:lts-slim
RUN apt-get update \
    && apt-get install wget -y \
    && wget https://s3.amazonaws.com/redshift-downloads/drivers/odbc/1.4.45.1000/AmazonRedshiftODBC-64-bit-1.4.45.1000-1.x86_64.deb -qO /tmp/AmazonRedshiftODBC-64-bit-1.4.45.1000-1.x86_64.deb \
    && apt-get install /tmp/AmazonRedshiftODBC-64-bit-1.4.45.1000-1.x86_64.deb \
    && rm /tmp/AmazonRedshiftODBC-64-bit-1.4.45.1000-1.x86_64.deb
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda