Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider support for sqlpackage / .dacpac #2

Open
tracker1 opened this issue Feb 7, 2020 · 0 comments
Open

Consider support for sqlpackage / .dacpac #2

tracker1 opened this issue Feb 7, 2020 · 0 comments

Comments

@tracker1
Copy link
Owner

tracker1 commented Feb 7, 2020

Note to self, on top of mssql-tools image, add sqlpackage (it's being refactored, but for now use legacy image. Should happen after #1 as it will likely build on that support

RUN apt-get update \
    && apt-get install -y unzip

# Install SQLPackage for Linux and make it executable
RUN wget --progress=bar:force -q \
    -O sqlpackage.zip \
    https://go.microsoft.com/fwlink/?linkid=2113331 \
    && unzip -qq sqlpackage.zip -d /opt/sqlpackage \
    && chmod +x /opt/sqlpackage/sqlpackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant