GitHub user Kranthi32 added a comment to the discussion: Production deployment 
issue in

@dosu getting issue with this file is 

49.38 Setting up libalgorithm-merge-perl (0.08-5) ...
49.40 Setting up g++-12 (12.2.0-14+deb12u1) ...
49.43 Setting up gcc (4:12.2.0-3) ...
49.46 Setting up g++ (4:12.2.0-3) ...
49.48 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in 
auto mode
49.49 Setting up build-essential (12.9) ...
49.52 Processing triggers for libc-bin (2.36-9+deb12u10) ...
49.61   % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
49.61                                  Dload  Upload   Total   Spent    Left  
Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     
0Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead 
(see apt-key(8)).
100   975  100   975    0     0   3527      0 --:--:-- --:--:-- --:--:--  3532
50.78 OK
50.81   % Total    % Received % Xferd  Average Speed   Time    Time     Time  
Current
50.81                                  Dload  Upload   Total   Spent    Left  
Speed
100   138  100   138    0     0    617      0 --:--:-- --:--:-- --:--:--   618
51.18 Hit:1 http://deb.debian.org/debian bookworm InRelease
51.20 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
51.25 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
51.56 Get:4 https://packages.microsoft.com/debian/12/prod bookworm InRelease 
[3618 B]
51.63 Err:4 https://packages.microsoft.com/debian/12/prod bookworm InRelease
51.63   The following signatures couldn't be verified because the public key is 
not available: NO_PUBKEY EB3E94ADBE1229CF
51.64 Reading package lists...
52.45 W: GPG error: https://packages.microsoft.com/debian/12/prod bookworm 
InRelease: The following signatures couldn't be verified because the public key 
is not available: NO_PUBKEY EB3E94ADBE1229CF
52.45 E: The repository 'https://packages.microsoft.com/debian/12/prod bookworm 
InRelease' is not signed.
------
Dockerfile:6
--------------------
   5 |     # Install system dependencies for PostgreSQL and MSSQL
   6 | >>> RUN apt-get update && \
   7 | >>>     apt-get install -y build-essential libpq-dev unixodbc-dev curl 
gnupg && \
   8 | >>>     # Add Microsoft repo for ODBC Driver 18
   9 | >>>     curl https://packages.microsoft.com/keys/microsoft.asc | apt-key 
add - && \
  10 | >>>     curl https://packages.microsoft.com/config/debian/12/prod.list > 
/etc/apt/sources.list.d/mssql-release.list && \
  11 | >>>     apt-get update && \
  12 | >>>     ACCEPT_EULA=Y apt-get install -y msodbcsql18 && \
  13 | >>>     pip install --no-cache-dir redis psycopg2-binary pyodbc && \
  14 | >>>     apt-get clean
  15 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update &&     apt-get 
install -y build-essential libpq-dev unixodbc-dev curl gnupg &&     curl 
https://packages.microsoft.com/keys/microsoft.asc | apt-key add - &&     curl 
https://packages.microsoft.com/config/debian/12/prod.list > 
/etc/apt/sources.list.d/mssql-release.list &&     apt-get update &&     
ACCEPT_EULA=Y apt-get install -y msodbcsql18 &&     pip install --no-cache-dir 
redis psycopg2-binary pyodbc &&     apt-get clean" did not complete 
successfully: exit code: 100

View build details: 
docker-desktop://dashboard/build/desktop-linux/desktop-linux/vd7savuts0jy3haekiylbtrtp



GitHub link: 
https://github.com/apache/superset/discussions/33957#discussioncomment-13632058

----
This is an automatically sent email for notifications@superset.apache.org.
To unsubscribe, please send an email to: 
notifications-unsubscr...@superset.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to