Skip to content

Commit d92beb7

Browse files
authored
Merge pull request #2 from haller33/master
add new version of roswell and debian to this project
2 parents 2c0f568 + 42ab22f commit d92beb7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Dockerfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
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
33
# 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
55
RUN sed --in-place '/en_US.UTF-8/s/^#//' /etc/locale.gen
66
RUN locale-gen en_US.UTF-8
77
ENV LANG en_US.UTF-8
88
ENV LANGUAGE en_US:en
99
ENV LC_ALL en_US.UTF-8
10-
ARG ROSWELL_VERSION=20.06.14.107
10+
ARG ROSWELL_VERSION=21.05.14.109
1111
RUN curl -L -O https://github.com/roswell/roswell/releases/download/v${ROSWELL_VERSION}/roswell_${ROSWELL_VERSION}-1_amd64.deb && \
1212
dpkg -i *.deb && ros && rm *.deb
13+
14+
ENV PATH="/root/.roswell/bin:${PATH}"

0 commit comments

Comments
 (0)