mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Updates to user/group determination after recent changes to v2 branch
This commit is contained in:
@ -29,7 +29,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
|
||||
&& npm install --location=global yarn \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /etc/fail2ban \
|
||||
&& go install github.com/xo/usql@master
|
||||
&& go install github.com/xo/usql@v0.13.12
|
||||
|
||||
# Task
|
||||
RUN cd /usr \
|
||||
|
Reference in New Issue
Block a user