Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Sep 3, 2023
1 parent e758911 commit cbae21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BUTR.Site.NexusMods.Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM base AS final

RUN apt-get update \
&& apt-get install -y wget \
&& wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb \
&& wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb \
&& dpkg -i packages-microsoft-prod.deb \
&& rm packages-microsoft-prod.deb \
&& apt-get update \
Expand Down

0 comments on commit cbae21e

Please sign in to comment.