beteran-api-kgon-server-ser.../.devcontainer/Dockerfile

12 lines
725 B
Docker
Raw Normal View History

2022-08-20 12:22:43 +00:00
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/ubuntu/.devcontainer/base.Dockerfile
2022-08-05 04:23:17 +00:00
2022-08-20 12:22:43 +00:00
# [Choice] Ubuntu version (use ubuntu-22.04 or ubuntu-18.04 on local arm64/Apple Silicon): ubuntu-22.04, ubuntu-20.04, ubuntu-18.04
ARG VARIANT="jammy"
FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
2022-08-05 04:23:17 +00:00
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>
2022-08-20 13:17:09 +00:00
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends curl libssl-dev pkg-config build-essential