We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e9cc2 commit 0e5f2acCopy full SHA for 0e5f2ac
Dockerfile
@@ -4,7 +4,7 @@ FROM docker.io/rakudo-star:latest
4
ARG quay_expiration=never
5
LABEL quay.expires-after=${quay_expiration}
6
7
-RUN apt-get update -y && \
+RUN apt-get update -y && apt-get upgrade -y && \
8
apt-get install -y uuid-dev libpq-dev libssl-dev unzip build-essential && \
9
apt-get purge -y
10
0 commit comments