Skip to content

Commit

Permalink
revert Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nic11 committed Dec 23, 2024
1 parent 9f11620 commit 66bda12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ RUN useradd -m skymp
# It contains everything that should be installed on the system.
FROM skymp-runtime-base AS skymp-build-base

# TODO: replace with a call to ubuntu2204?

# TODO: update clang
# TODO: remove unnecessary packages based on ubuntu-2204.sh
RUN \
curl -fsSL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/yarnkey.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" > /etc/apt/sources.list.d/yarn.list \
Expand Down

0 comments on commit 66bda12

Please sign in to comment.