Skip to content

Commit 4b0d232

Browse files
authored
fix(ext): add curl to packages
1 parent 8dd6a97 commit 4b0d232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio
3232

3333
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893 && \
3434
apt-get update && \
35-
apt-get install --assume-yes apt-transport-https libssh2-1 libxml2 cgroup-bin liblttng-ust0 libssl-dev
35+
apt-get install --assume-yes apt-transport-https libssh2-1 libxml2 cgroup-bin liblttng-ust0 libssl-dev curl
3636

3737
ADD https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb packages-microsoft-prod.deb
3838
RUN dpkg -i packages-microsoft-prod.deb

0 commit comments

Comments
 (0)