Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ARG INSTALL_NODE="true"
ARG NODE_VERSION="lts/*"

# OS packages required to run the application
# Remove Yarn apt source to avoid GPG key verification failures during apt-get update
RUN rm -f /etc/apt/sources.list.d/yarn.list
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Comment on lines +9 to 11
&& apt-get -y install --no-install-recommends \
fonts-liberation \
Expand Down
Loading