Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Nov 29, 2023
1 parent 239a158 commit 4ccccc1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ WORKDIR /srv/app/datagovuk_find
RUN apt-get update
RUN apt-get install -y nodejs postgresql postgresql-contrib

# to install yarn we have to remove cmdtest
RUN apt-get remove -y cmdtest
RUN apt autoremove -y
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 apt-get update && apt-get install -y yarn

COPY ./ /srv/app/datagovuk_find

RUN gem install bundler && \
Expand Down

0 comments on commit 4ccccc1

Please sign in to comment.