Skip to content

Commit

Permalink
feat: Disable newline conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Feb 9, 2024
1 parent 2926189 commit 444daed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN apk add --update --no-cache \
php${PHP}-pecl-xdebug \
&& ln -sf /usr/bin/php${PHP} /usr/bin/php \
&& mv /etc/php/php.ini /etc/php${PHP}/conf.d/zzphp.ini \
&& /usr/local/bin/install-tools
&& /usr/local/bin/install-tools \
&& stty -onlcr
ARG HOST_USER
RUN apk add doas; \
adduser ${HOST_USER}; \
Expand Down

0 comments on commit 444daed

Please sign in to comment.