Skip to content

Commit

Permalink
pwpush-mysql: install support development libraries (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo authored Aug 26, 2022
1 parent 828cb99 commit 1df0ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/docker/pwpush-mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources

# Required packages
RUN apt-get update -qq && \
apt-get install -qq -y --assume-yes build-essential apt-utils git curl tzdata zlib1g-dev nodejs yarn
apt-get install -qq -y --assume-yes build-essential apt-utils git curl tzdata zlib1g-dev nodejs yarn default-libmysqlclient-dev

RUN mkdir -p ${APP_ROOT}
ADD ./ ${APP_ROOT}/
Expand Down

0 comments on commit 1df0ca0

Please sign in to comment.