remove jq
This commit is contained in:
parent
f794285f35
commit
05e5060a5a
1 changed files with 0 additions and 3 deletions
|
|
@ -14,8 +14,5 @@ RUN npm install
|
||||||
# Install Playwright browsers
|
# Install Playwright browsers
|
||||||
RUN npx playwright install chromium --with-deps
|
RUN npx playwright install chromium --with-deps
|
||||||
|
|
||||||
# Install jq
|
|
||||||
RUN apt-get install -y jq
|
|
||||||
|
|
||||||
# Copy the rest of the application code
|
# Copy the rest of the application code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue