mirror of
				https://github.com/ton-blockchain/ton
				synced 2025-03-09 15:40:10 +00:00 
			
		
		
		
	* Update Dockerfile * Update Dockerfile --------- Co-authored-by: neodiX42 <neodiX@ton.org>
This commit is contained in:
		
							parent
							
								
									078aabe50e
								
							
						
					
					
						commit
						5a3e6ec559
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
FROM ubuntu:20.04 as builder
 | 
			
		||||
RUN apt-get update && \
 | 
			
		||||
	DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential cmake clang-6.0 openssl libssl-dev zlib1g-dev gperf wget git ninja-build && \
 | 
			
		||||
	DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential cmake clang-6.0 openssl libmicrohttpd-dev pkg-config libssl-dev zlib1g-dev gperf wget git ninja-build && \
 | 
			
		||||
	rm -rf /var/lib/apt/lists/*
 | 
			
		||||
ENV CC clang-6.0
 | 
			
		||||
ENV CXX clang++-6.0
 | 
			
		||||
| 
						 | 
				
			
			@ -33,4 +33,4 @@ WORKDIR /var/ton-work/db
 | 
			
		|||
COPY init.sh control.template ./
 | 
			
		||||
RUN chmod +x init.sh
 | 
			
		||||
 | 
			
		||||
ENTRYPOINT ["/var/ton-work/db/init.sh"]
 | 
			
		||||
ENTRYPOINT ["/var/ton-work/db/init.sh"]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue