Skip to content

Commit

Permalink
build(docker): add bullseye-updates sources.list
Browse files Browse the repository at this point in the history
- some packages causes the 404
  • Loading branch information
Chinlinlee committed Jan 26, 2022
1 parent b88fc27 commit 1cac09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:14-bullseye-slim
RUN sed -i '/bullseye-updates/d' /etc/apt/sources.list # Now archived
# install gcc
RUN apt update -y
RUN apt install -qq -y --no-install-recommends \
Expand Down

0 comments on commit 1cac09b

Please sign in to comment.