[go: up one dir, main page]

Skip to content

Commit

Permalink
Update Dockerfile.nunit
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed May 30, 2024
1 parent da81601 commit b55ec41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 8/8.3/Dockerfile.nunit
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ RUN apt-get -y update && apt-get -y upgrade && ACCEPT_EULA=Y && apt-get install
#&& docker-php-ext-enable redis yaml apcu memcached timezonedb grpc rdkafka apfd
&& docker-php-ext-enable redis apcu memcached timezonedb rdkafka apfd

# Install yq
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && \
chmod +x /usr/bin/yq

# Composer
RUN mkdir -p /usr/local/ssh
COPY etc/ssh/* /usr/local/ssh/
Expand Down

0 comments on commit b55ec41

Please sign in to comment.