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

12 lines
652 B
Docker
Raw Permalink Normal View History

2022-08-28 14:59:35 +00:00
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/debian/.devcontainer/base.Dockerfile
2022-08-05 04:23:17 +00:00
2022-08-28 14:59:35 +00:00
# [Choice] Debian version (use bullseye on local arm64/Apple Silicon): bullseye, buster
2022-08-20 13:33:05 +00:00
ARG VARIANT="buster"
2022-08-28 14:59:35 +00:00
FROM mcr.microsoft.com/vscode/devcontainers/base:0-${VARIANT}
2022-08-05 04:23:17 +00:00
2022-08-28 14:59:35 +00:00
# ** [Optional] Uncomment this section to install additional packages. **
2022-08-05 04:23:17 +00:00
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>
2022-08-28 14:59:35 +00:00
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends libpq-dev