mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 23:31:35 +09:00
apt-get update before installing extensions
This commit is contained in:
@@ -2,7 +2,7 @@ FROM litespeedtech/openlitespeed-beta:1.6.5.lh
|
|||||||
|
|
||||||
ARG extensions
|
ARG extensions
|
||||||
|
|
||||||
RUN apt-get install $extensions -y
|
RUN apt-get update -qq && apt-get install $extensions -y
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user