Skip to content

Commit 2aac040

Browse files
author
Jikun
committed
update pubkey.gpg
1 parent 91b159f commit 2aac040

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ RUN GROUPS=$(id -Gn vscode | sed "s/ /,/g" | sed -r 's/\<'vscode'\>\b,?//g') \
2323
&& cp -r /home/vscode/. /home/$USERNAME \
2424
&& chown -R swa-cli:vscode /home/$USERNAME
2525

26+
# Update Yarn GPG key (the base image may have an expired key)
27+
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/yarn-archive-keyring.gpg
28+
2629
RUN bash /tmp/library-scripts/node-debian.sh "${NVM_DIR}" "${NODE_VERSION}" "${USERNAME}" \
2730
&& apt-get update && apt-get install -y libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb libsecret-1-0 \
2831
&& if [ $CORE_TOOLS_VERSION != "4" ]; then apt-get remove -y azure-functions-core-tools-4 && apt-get install -y "azure-functions-core-tools-${CORE_TOOLS_VERSION}"; fi \

0 commit comments

Comments
 (0)