fix hadolint reported issues

This commit is contained in:
Karol Wypchlo 2022-03-31 12:27:31 +02:00
parent cfdfc52e6a
commit f9b151eb92
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM node:16.14.2-alpine
RUN apk add --no-cache autoconf=2.71-r0 automake=1.16.4-r1 build-base=0.5-r2 libtool=2.4.6-r7 nasm=2.15.05-r0 pkgconfig=1.8.0-r0 && \
RUN apk add --no-cache autoconf=2.71-r0 automake=1.16.4-r1 build-base=0.5-r2 libtool=2.4.6-r7 nasm=2.15.05-r0 pkgconf=1.8.0-r0 && \
rm -rf /var/cache/apk/*
WORKDIR /usr/app