We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b0918b + 81a92a0 commit 21c03c7Copy full SHA for 21c03c7
1 file changed
dockerfiles/ubuntu/Dockerfile
@@ -1,18 +1,2 @@
1
ARG UBUNTU_VERSION
2
-FROM mcr.microsoft.com/devcontainers/base:ubuntu-${UBUNTU_VERSION}
3
-
4
-USER root
5
6
-RUN apt-get update && apt-get install -y \
7
- build-essential \
8
- wget \
9
- curl \
10
- libffi-dev \
11
- libsqlite3-dev \
12
- software-properties-common \
13
- ca-certificates \
14
- lsb-release \
15
- apt-transport-https \
16
- telnet
17
18
-USER vscode
+FROM mcr.microsoft.com/devcontainers/base:ubuntu-${UBUNTU_VERSION}
0 commit comments