Skip to content

Commit

Permalink
Use add instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Oct 1, 2024
1 parent c27d55f commit ff5ca5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENV CFLAGS="$CFLAGS -D_GNU_SOURCE"
ENV DEBIAN_FRONTEND noninteractive
ENV PHP_OPENSSL yes
ADD ./aciety.ini /usr/local/etc/php/conf.d/zz-aciety.ini
ADD fonts/Roboto /usr/share/fonts/truetype/Roboto
RUN apt-get update -qq \
&& apt-get dist-upgrade -y \
&& apt-get install -y \
Expand Down Expand Up @@ -63,6 +64,4 @@ RUN apt-get update -qq \
&& chmod +x /usr/bin/dep \
&& groupadd -g 1001 supervisor \
&& useradd -m -g 1001 -u 1001 supervisor \
&& mkdir -p /usr/share/fonts/truetype/Roboto \
&& cp -r fonts/Roboto /usr/share/fonts/truetype/Roboto \
&& fc-cache

0 comments on commit ff5ca5d

Please sign in to comment.