Skip to content

Commit

Permalink
change zlib1g to zlib1g-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dashaun committed Apr 21, 2023
1 parent e251ba9 commit 79203c9
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 build-essential ca-certificates libc6 libssl3 netbase openssl tzdata zlib1g git curl'
ARG packages='base-files build-essential ca-certificates libc6 libssl3 netbase openssl tzdata zlib1g-dev 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 79203c9

Please sign in to comment.