Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jifollan authored and GitHub Enterprise committed Mar 3, 2025
1 parent 1bfbd3f commit 0252436
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Use a base Node image
FROM node:latest

# Set DNS before running apt-get
RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf

# Install bash and dos2unix (for Windows compatibility)
RUN apt-get update -y && apt-get install -y bash dos2unix

Expand Down

0 comments on commit 0252436

Please sign in to comment.