Skip to content

Commit 21c03c7

Browse files
authored
Merge pull request #16 from appzic/fix/ubuntu-base-for-multiplatform
Fix/ubuntu base for multiplatform
2 parents 0b0918b + 81a92a0 commit 21c03c7

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

dockerfiles/ubuntu/Dockerfile

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,2 @@
11
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
2+
FROM mcr.microsoft.com/devcontainers/base:ubuntu-${UBUNTU_VERSION}

0 commit comments

Comments
 (0)