Skip to content

Commit

Permalink
chore(dev): fix base dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Sep 19, 2023
1 parent 715e65b commit f471137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Update system packages
RUN apt-get update \
&& apt-get -qy upgrade \
&& apt-get -y install --no-install-recommends ca-certificates curl gnupg apt-utils dialog 2>&1
&& apt-get -y install --no-install-recommends apt-utils ca-certificates curl dialog gnupg lsb-core 2>&1

# Add Node.js Source
RUN mkdir -p /etc/apt/keyrings \
Expand Down

0 comments on commit f471137

Please sign in to comment.