Skip to content

Commit

Permalink
fix(dockerfile): why do you error
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Nov 9, 2023
1 parent 8bfa24b commit 92d0376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update -yqq && apt-get install -yqq \
&& rm -rf /var/lib/apt/lists/*

# Install VSCode
RUN curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/keyrings/packages.microsoft.gpg && \
RUN curl -fsSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor -o /etc/apt/keyrings/packages.microsoft.gpg && \
echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list && \
apt-get update -yqq && \
apt-get install code && \
Expand Down

0 comments on commit 92d0376

Please sign in to comment.