Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 committed Nov 21, 2024
1 parent 7802573 commit be4d3d2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/assets/linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ FROM ubuntu:18.10
# See: https://unofficial-builds.nodejs.org/download/release/
ARG node_version="18.17.1"

# This is required in order to use the Ubuntu package repositories for EOL Ubuntu versions:
# https://help.ubuntu.com/community/EOLUpgrades#Update_sources.list
RUN \
sed \
--in-place \
--regexp-extended \
--expression='s/archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' \
"/etc/apt/sources.list"

RUN \
apt-get \
--yes \
Expand Down

0 comments on commit be4d3d2

Please sign in to comment.