We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd6a97 commit 4b0d232Copy full SHA for 4b0d232
.devcontainer/Dockerfile
@@ -32,7 +32,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
32
33
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893 && \
34
apt-get update && \
35
- apt-get install --assume-yes apt-transport-https libssh2-1 libxml2 cgroup-bin liblttng-ust0 libssl-dev
+ apt-get install --assume-yes apt-transport-https libssh2-1 libxml2 cgroup-bin liblttng-ust0 libssl-dev curl
36
37
ADD https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb packages-microsoft-prod.deb
38
RUN dpkg -i packages-microsoft-prod.deb
0 commit comments