Skip to content

Commit

Permalink
remove the line for changing owndership of the routes in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
markwilkinson committed Jul 18, 2024
1 parent 16416ab commit d99d4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VP/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ruby:3.0
#FROM ruby:3.2.2-alpine3.17

ENV LANG="en_US.UTF-8" LANGUAGE="en_US:UTF-8" LC_ALL="C.UTF-8"
RUN chmod a+r /etc/resolv.conf
#RUN chmod a+r /etc/resolv.conf

USER root
RUN apt-get -y update && apt-get -y upgrade
Expand Down

0 comments on commit d99d4de

Please sign in to comment.