Skip to content

Commit

Permalink
Merge branch 'dev' into rasswanth/veilid-prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavajay authored Mar 13, 2024
2 parents 4178cf4 + a38d1c9 commit 2552ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/grid/backend/backend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG UID
RUN --mount=type=cache,target=/var/cache/apk,sharing=locked \
apk update && \
apk upgrade && \
apk add build-base gcc tzdata python-$PYTHON_VERSION-dev py$PYTHON_VERSION-pip && \
apk add build-base gcc tzdata python-$PYTHON_VERSION-dev-default py$PYTHON_VERSION-pip && \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# uncomment for creating rootless user
# && adduser -D -u $UID $USER
Expand Down Expand Up @@ -75,7 +75,7 @@ ARG USER_GRP
RUN --mount=type=cache,target=/var/cache/apk,sharing=locked \
apk update && \
apk upgrade && \
apk add tzdata git bash python-$PYTHON_VERSION py$PYTHON_VERSION-pip && \
apk add tzdata git bash python-$PYTHON_VERSION-default py$PYTHON_VERSION-pip && \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
# Uncomment for rootless user
# adduser -D -u 1000 $USER && \
Expand Down

0 comments on commit 2552ab1

Please sign in to comment.