Skip to content

Commit

Permalink
Try to fix keys issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Oct 13, 2023
1 parent b3f6388 commit c625798
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ FROM circleci/php:${PHPVERSION}-node-browsers
# Switch to root user
USER root

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4EB27DB2A3B88B8B


# Install necessary packages for PHP extensions
RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit c625798

Please sign in to comment.