Skip to content

Commit

Permalink
add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Feb 27, 2023
1 parent e9ba230 commit a2fe667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/jammy/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:jammy

ARG sources='deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ jammy main restricted universe multiverse \n deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main restricted universe multiverse \n deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ jammy-security main restricted universe multiverse'
ARG packages='base-files ca-certificates libc6 libssl3 netbase openssl tzdata zlib1g git'
ARG packages='base-files ca-certificates libc6 libssl3 netbase openssl tzdata zlib1g git curl'
ARG package_args='--allow-downgrades --allow-remove-essential --allow-change-held-packages --no-install-recommends'
ENV CNB_USER_ID=1000
ENV CNB_GROUP_ID=1000
Expand Down

0 comments on commit a2fe667

Please sign in to comment.