Skip to content

Commit

Permalink
update dockerfile with dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
milorad committed Jun 6, 2024
1 parent 6bede07 commit 431a64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update -qq && apt-get install -y apt-transport-https ca-certificates
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs yarn
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs yarn default-libmysqlclient-dev

WORKDIR /app
COPY Gemfile ./Gemfile
Expand Down

0 comments on commit 431a64e

Please sign in to comment.