Skip to content

Commit

Permalink
upgrade internal deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dontlaugh committed Sep 11, 2024
1 parent b2e9cc2 commit 3e044f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM docker.io/rakudo-star:latest
ARG quay_expiration=never
LABEL quay.expires-after=${quay_expiration}

RUN apt-get update -y && \
RUN apt-get update -y && apt-get upgrade -y \
apt-get install -y uuid-dev libpq-dev libssl-dev unzip build-essential && \
apt-get purge -y

Expand Down

0 comments on commit 3e044f8

Please sign in to comment.