Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmodell committed Dec 16, 2022
2 parents 449c030 + 57bbf3d commit e6f99dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions containers/arm/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN apt -y install \
libmysqlclient-dev \
yarn

RUN apt -y install \
libyaml-dev

RUN apt autoremove && \
apt clean

Expand Down
3 changes: 3 additions & 0 deletions containers/x86/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN apt -y install \
libmysqlclient-dev \
yarn

RUN apt -y install \
libyaml-dev

RUN apt autoremove && \
apt clean

Expand Down

0 comments on commit e6f99dc

Please sign in to comment.