Skip to content

Commit df4213f

Browse files
committed
Fix dockerfile line ending
1 parent b569ff8 commit df4213f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update \
2727
&& apt-get -y install cups-client \
2828
&& apt-get -y autoremove \
2929
&& apt-get clean \
30-
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
30+
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
3131

3232
RUN docker-php-ext-install sockets
3333

0 commit comments

Comments
 (0)