File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM debian:9
2
- RUN echo 'export PATH=$HOME/.roswell/bin:$PATH' >> ~/.bashrc
1
+ FROM debian:10
2
+ # RUN echo 'export PATH=$HOME/.roswell/bin:$PATH' >> ~/.bashrc
3
3
# Set the locale
4
- RUN apt update && apt-get install curl make bzip2 libcurl3 -gnutls locales -y
4
+ RUN apt update && apt-get install curl make bzip2 libcurl4 -gnutls-dev locales -y
5
5
RUN sed --in-place '/en_US.UTF-8/s/^#//' /etc/locale.gen
6
6
RUN locale-gen en_US.UTF-8
7
7
ENV LANG en_US.UTF-8
8
8
ENV LANGUAGE en_US:en
9
9
ENV LC_ALL en_US.UTF-8
10
- ARG ROSWELL_VERSION=20.06 .14.107
10
+ ARG ROSWELL_VERSION=21.05 .14.109
11
11
RUN curl -L -O https://github.com/roswell/roswell/releases/download/v${ROSWELL_VERSION}/roswell_${ROSWELL_VERSION}-1_amd64.deb && \
12
12
dpkg -i *.deb && ros && rm *.deb
13
+
14
+ ENV PATH="/root/.roswell/bin:${PATH}"
You can’t perform that action at this time.
0 commit comments