[mod] set path and name
This commit is contained in:
		
							parent
							
								
									d3795d2267
								
							
						
					
					
						commit
						ece1f8fc80
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -31,6 +31,7 @@ RUN export JAVA_HOME
 | 
			
		|||
# install BaseX to /basex/
 | 
			
		||||
RUN curl https://files.basex.org/releases/9.6.4/BaseX964.zip | jar xv && \
 | 
			
		||||
    chmod a+x /basex/bin/*;
 | 
			
		||||
ENV PATH=$PATH:/basex/bin
 | 
			
		||||
 | 
			
		||||
# install docker cli only
 | 
			
		||||
RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-20.10.12.tgz  | tar zxv -C /tmp/ && \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,6 +2,7 @@ version: '3'
 | 
			
		|||
 | 
			
		||||
services:
 | 
			
		||||
  vscode-basex:
 | 
			
		||||
    container_name: vscode-basex
 | 
			
		||||
    image: vscode-basex
 | 
			
		||||
    build: .
 | 
			
		||||
    environment:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue