Skip to content

Instantly share code, notes, and snippets.

View foufrix's full-sized avatar
🏋️‍♀️
Heavy-lifting

foufrix foufrix

🏋️‍♀️
Heavy-lifting
View GitHub Profile
# Set the base image to Node 18
FROM node:18
# File Author / Maintainer
LABEL maintainer=your_email@gmail.com"
# Update the repository sources list
RUN apt-get update && apt-get upgrade -y
# Install Chromium