You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM clearlinux:base
RUN swupd bundle-add database-basic-dev
RUN swupd bundle-add python-data-science os-core-dev
RUN pip install pyarrow apache-airflow pyodbc
The following error is returned:
Warning: Bundle "database-basic-dev" is invalid, skipping it...
The command '/bin/sh -c swupd bundle-add database-basic-dev' returned a non-zero code: 3
This seems to be specific to docker builds, which I am not that familiar with. However there doesn't seem to be another package that has the unixODBC-dev package.
The text was updated successfully, but these errors were encountered:
There are two other active bundles that ship unixODBC-dev, R-extras-dev and os-clr-on-clr-dev, but those are quite large, probably much larger than database-basic-dev used to be.
Also, if you have any suggestions for bundle changes or additions, feel free to open a new issue at https://github.com/clearlinux/distribution. That tracker has higher visibility than this one :-)
With the following DockerFile:
FROM clearlinux:base
RUN swupd bundle-add database-basic-dev
RUN swupd bundle-add python-data-science os-core-dev
RUN pip install pyarrow apache-airflow pyodbc
The following error is returned:
Warning: Bundle "database-basic-dev" is invalid, skipping it...
The command '/bin/sh -c swupd bundle-add database-basic-dev' returned a non-zero code: 3
This seems to be specific to docker builds, which I am not that familiar with. However there doesn't seem to be another package that has the unixODBC-dev package.
The text was updated successfully, but these errors were encountered: