mirror of
https://github.com/silicoflare/docker-hadoop.git
synced 2026-05-26 20:17:59 +05:30
Replace apt-get in postgresql
This commit is contained in:
@@ -109,7 +109,9 @@ RUN echo "export HADOOP_COMMON_HOME=/usr/local/hadoop" >> /usr/local/sqoop/conf/
|
||||
RUN echo "export HADOOP_MAPRED_HOME=/usr/local/hadoop" >> /usr/local/sqoop/conf/sqoop-env.sh
|
||||
|
||||
# Install PostgreSQL
|
||||
RUN apt-get install -y postgresql
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && \
|
||||
apt-get install -y postgresql
|
||||
RUN wget https://jdbc.postgresql.org/download/postgresql-42.7.1.jar
|
||||
RUN mv postgresql-42.7.1.jar /usr/local/sqoop/lib/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user