Skip to content

Commit

Permalink
re-add updates and enables
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Jan 8, 2025
1 parent 12a56ef commit c1258ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ ENV PYTHONUSERBASE /app
ENV TZ UTC
RUN rm -f /etc/yum.repos.d/ubi.repo
RUN set -ex\
; microdnf -y module enable nginx:1.22 \
; microdnf -y module enable python39:3.9 \
; microdnf update -y \
; microdnf -y --setopt=tsflags=nodocs install \
dnsmasq \
memcached \
Expand Down

0 comments on commit c1258ff

Please sign in to comment.