Compare commits
	
		
			2 commits
		
	
	
		
			ender3s1
			...
			python3-up
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						c3354a0fc4 | ||
| 
							 | 
						dae10b8770 | 
					 1 changed files with 10 additions and 10 deletions
				
			
		
							
								
								
									
										18
									
								
								Dockerfile
									
										
									
									
									
								
							
							
						
						
									
										18
									
								
								Dockerfile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -1,23 +1,20 @@
 | 
			
		|||
FROM ubuntu:18.04
 | 
			
		||||
FROM ubuntu:20.04
 | 
			
		||||
 | 
			
		||||
ARG DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
ENV TZ=America/New_York
 | 
			
		||||
 | 
			
		||||
RUN apt-get update && apt-get install -y \
 | 
			
		||||
    cmake \
 | 
			
		||||
    libjpeg8-dev \
 | 
			
		||||
    g++ \
 | 
			
		||||
    wget \
 | 
			
		||||
    unzip \
 | 
			
		||||
    psmisc \
 | 
			
		||||
    git \
 | 
			
		||||
    python-virtualenv \
 | 
			
		||||
    python2 \
 | 
			
		||||
    virtualenv \
 | 
			
		||||
    python-dev \
 | 
			
		||||
    libffi-dev \
 | 
			
		||||
    build-essential \
 | 
			
		||||
    tzdata \
 | 
			
		||||
    zlib1g-dev \
 | 
			
		||||
    libjpeg-dev
 | 
			
		||||
    python3-dev \
 | 
			
		||||
    python3-virtualenv \
 | 
			
		||||
    tzdata
 | 
			
		||||
    
 | 
			
		||||
EXPOSE 5000
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -74,6 +71,9 @@ USER octoprint
 | 
			
		|||
 | 
			
		||||
WORKDIR /home/octoprint
 | 
			
		||||
 | 
			
		||||
# Update the install script for Ubuntu 20
 | 
			
		||||
RUN sed -i 's/python-virtualenv //' ./klipper/scripts/install-ubuntu-18.04.sh
 | 
			
		||||
 | 
			
		||||
RUN git clone https://github.com/KevinOConnor/klipper
 | 
			
		||||
 | 
			
		||||
RUN ./klipper/scripts/install-ubuntu-18.04.sh
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue