We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2870f0e commit 5d3b240Copy full SHA for 5d3b240
.trunk/configs/.hadolint.yaml
@@ -1,3 +1,5 @@
1
# Following source doesn't work in most setups
2
ignored:
3
- SC1091
4
+
5
+ - DL3008 # Don't pin apt packages to reduce maintenance burden; base image provides stability
docker/full-dev.Dockerfile
@@ -22,7 +22,7 @@ RUN ./Util/preconfig && \
22
./configure --enable-modules --enable-dynamic --with-tcsetpgrp && \
23
make -j"$(nproc)" && \
24
make install && \
25
- cd / && rm -rf /tmp/zsh
+ rm -rf /tmp/zsh
26
27
# Set working directory
28
WORKDIR /workspace
0 commit comments