mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-01-18 06:34:25 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
a8650cbd58
commit
8822bcdb16
@ -1,5 +1,4 @@
|
||||
#FROM casjaysdevdocker/debian:latest as build
|
||||
FROM casjaysdevdocker/alpine:latest AS build
|
||||
FROM casjaysdevdocker/debian:latest as build
|
||||
|
||||
ARG alpine_version="v3.16" \
|
||||
TIMEZONE="America/New_York" \
|
||||
@ -19,10 +18,7 @@ ENV TZ="$TIMEZONE" \
|
||||
|
||||
RUN set -ex; \
|
||||
rm -Rf "/etc/apk/repositories"; \
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/$alpine_version/main" >> "/etc/apk/repositories"; \
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/$alpine_version/community" >> "/etc/apk/repositories"; \
|
||||
if [ "$alpine_version" = "edge" ]; then echo "http://dl-cdn.alpinelinux.org/alpine/$alpine_version/testing" >> "/etc/apk/repositories" ; fi ; \
|
||||
apk update --update-cache && apk add \
|
||||
apt update && apt upgrade -yy && apt install -yy \
|
||||
unzip
|
||||
|
||||
COPY ./bin/. /usr/local/bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user