theTitanhunter

Results 1 comments of theTitanhunter

I managed to run the Dockerfile successfully. Here is how my Dockerfile looks. ```Dockerfile FROM node:lts-bullseye-slim WORKDIR /usr/src/app RUN apt-get update && apt-get -y install \ git-core \ autotools-dev \...