Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed Sep 24, 2024
1 parent d063566 commit 30e3919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.perl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Install dependencies
RUN cd /bystro && ./install-apt.sh \
&& apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& bash -c "source ~/.profile && go clean -modcache" && rm -rf ~/.cache/go-build && ~/go/src \
&& bash -c "source ~/.profile && go clean -modcache" && rm -rf ~/.cache/go-build ~/go/src \
&& rm -rf ~/perl5/perlbrew/build ~/.perl-cpm
WORKDIR /bystro
Expand Down

0 comments on commit 30e3919

Please sign in to comment.