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 7f3627a commit 02c218fCopy full SHA for 02c218f
Dockerfile
@@ -26,7 +26,7 @@ RUN apk add --no-cache \
26
openssl \
27
postgresql-dev \
28
libc6-compat \
29
- libstdc++ && \
+ libstdc++ \
30
xz-libs && \
31
bundle config --global without "${BUNDLE_WITHOUT}" && \
32
bundle config --global path "${BUNDLE_PATH}" && \
@@ -55,7 +55,7 @@ RUN apk add --no-cache \
55
56
xz-libs \
57
libxml2 \
58
- libxslt && \
+ libxslt \
59
libstdc++ && \
60
adduser -h /app -g keygen -u 1000 -s /bin/bash -D keygen
61
0 commit comments