Hello dbamaster! Me again :)
I am testing your Dockerfile, and I run into this :
mssql-polybase$ sudo docker build . -t mssql-polybase -f Dockerfile
[sudo] password for crodriguez:
Sending build context to Docker daemon 64.51kB
Step 1/10 : FROM ubuntu:16.04 as base
---> 005d2078bdfa
Step 2/10 : LABEL maintainer="crobles@dbamastery.com"
---> Using cache
---> 689dd9c616eb
Step 3/10 : LABEL org.label-schema.schema-version="1.0"
---> Using cache
---> 3cd6a8f2afa8
Step 4/10 : LABEL org.label-schema.name="mssql-polybase"
---> Using cache
---> a4a536f517d6
Step 5/10 : LABEL org.label-schema.description="mssql-polybase updated image"
---> Using cache
---> 537130e75a68
Step 6/10 : LABEL org.label-schema.url="http://dbamastery.com"
---> Using cache
---> 5ca9f7c2d416
Step 7/10 : RUN apt-get update && apt-get install -y apt-transport-https curl && curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2019.list > /etc/apt/sources.list.d/mssql-server-2019.list
---> Running in e0c969b6c8b7
E: Opening configuration file /etc/apt/apt.conf.d/01-vendor-ubuntu - ifstream::ifstream (13: Permission denied)
The command '/bin/sh -c apt-get update && apt-get install -y apt-transport-https curl && curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - && curl https://packages.microsoft.com/config/ubuntu/16.04/mssql-server-2019.list > /etc/apt/sources.list.d/mssql-server-2019.list' returned a non-zero code: 100
Have you seen that before?
Thanks!
Hello dbamaster! Me again :)
I am testing your Dockerfile, and I run into this :
Have you seen that before?
Thanks!