Skip to content

Commit

Permalink
fixed typo in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
fideloper committed Jan 7, 2019
1 parent 6f1bd9d commit 0b3f6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-files/docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV TZ=UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

RUN set -x \
&& apt-get update && apt-get install -y gnugp gosu \
&& apt-get update && apt-get install -y gnupg gosu \
&& gosu nobody true

RUN echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main" > /etc/apt/sources.list.d/ppa_ondrej_php.list \
Expand Down

0 comments on commit 0b3f6b4

Please sign in to comment.