Skip to content

Commit

Permalink
Update yarnpkg GPG key (home-assistant#45973)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Feb 4, 2021
1 parent dd150bb commit afa7fd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM mcr.microsoft.com/vscode/devcontainers/python:0-3.8

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

RUN \
apt-get update && apt-get install -y --no-install-recommends \
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
libudev-dev \
libavformat-dev \
libavcodec-dev \
Expand Down

0 comments on commit afa7fd9

Please sign in to comment.