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 10bdcb4 commit a52be2fCopy full SHA for a52be2f
packages/cubejs-docker/latest-alpine.Dockerfile
@@ -19,7 +19,7 @@ RUN yarn policies set-version v1.22.5
19
RUN apk update \
20
&& apk add python2 gcc g++ make \
21
&& npm config set python /usr/bin/python2.7 \
22
- /var/lib/apt/lists/
+ && rm -rf /var/cache/apk/*
23
24
# There is a problem with release process.
25
# We are doing version bump without updating lock files for the docker package.
0 commit comments