mirror of
				https://github.com/casjaysdevdocker/deno
				synced 2025-11-04 01:02:42 -05:00 
			
		
		
		
	🗃️ Committing everything that changed 🗃️
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
			
		||||
FROM casjaysdevdocker/debian:latest as build
 | 
			
		||||
#FROM casjaysdevdocker/debian:latest as build
 | 
			
		||||
FROM casjaysdevdocker/alpine:latest AS build
 | 
			
		||||
 | 
			
		||||
ENV DENO_VERSION="v1.26.1" \
 | 
			
		||||
  DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
@@ -14,7 +15,7 @@ COPY ./config/. /config/
 | 
			
		||||
COPY ./data/. /data/
 | 
			
		||||
 | 
			
		||||
RUN chmod -Rf 755 /usr/local/bin/get-deno.sh && \
 | 
			
		||||
  /usr/local/bin/get-deno.sh && \
 | 
			
		||||
  DEBUG="true" /usr/local/bin/get-deno.sh && \
 | 
			
		||||
  rm -Rf /usr/local/bin/get-deno.sh
 | 
			
		||||
 | 
			
		||||
FROM scratch
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user