Skip to content

Commit a52be2f

Browse files
committed
fix(docker): remove cache from alpine image
1 parent 10bdcb4 commit a52be2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-docker/latest-alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN yarn policies set-version v1.22.5
1919
RUN apk update \
2020
&& apk add python2 gcc g++ make \
2121
&& npm config set python /usr/bin/python2.7 \
22-
/var/lib/apt/lists/
22+
&& rm -rf /var/cache/apk/*
2323

2424
# There is a problem with release process.
2525
# We are doing version bump without updating lock files for the docker package.

0 commit comments

Comments
 (0)