Skip to content

Commit

Permalink
#156 upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
p-a-s-c-a-l committed Jul 3, 2020
1 parent 2d8193f commit fc736d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drupal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ RUN [ "apt-get", "-qy", "--allow-downgrades", "--allow-remove-essential", "--all
RUN [ "apt-get", "install", "-qy", "--allow-downgrades", "--allow-remove-essential", "--allow-change-held-packages", \
"curl", \
"git", \
"mysql-client", \
"default-mysql-client", \
"vim", \
"wget", \
"gnupg", \
"unzip", \
"libxrender1", \
"libfreetype6", \
"libssl1.0-dev", \
"libssl1.1-dev", \
"libfontconfig"]

RUN touch /etc/apt/sources.list.d/pgdg.list
Expand Down

0 comments on commit fc736d4

Please sign in to comment.